Skip to content

Commit b0422b2

Browse files
author
Release Manager
committed
Trac #34838: setuptools_scm, contourpy, sphinxcontrib_websupport, typing_extensions: Add missing dependencies
URL: https://trac.sagemath.org/34838 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik, John Palmieri
2 parents 30d5815 + c67b38f commit b0422b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/pkgs/contourpy/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | $(PYTHON_TOOLCHAIN) pybind11
1+
$(PYTHON) numpy | $(PYTHON_TOOLCHAIN) pybind11
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | setuptools pip wheel tomli packaging
1+
$(PYTHON) typing_extensions | setuptools pip wheel tomli packaging
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | $(PYTHON_TOOLCHAIN)
1+
$(PYTHON) sphinxcontrib_serializinghtml | $(PYTHON_TOOLCHAIN)
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | $(PYTHON_TOOLCHAIN)
1+
$(PYTHON) | flit_core
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)