Skip to content

Commit 0bd13ac

Browse files
author
Matthias Koeppe
committed
build/make/Makefile.in: Remove duplicate setting of PYPI_WHEEL_PACKAGES
1 parent 573fcfd commit 0bd13ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/make/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ pypi-sdists: $(PYPI_SDIST_PACKAGES:%=%-sdist)
441441
# Ensuring wheels are present, even for packages that may have been installed
442442
# as editable. Until we have better uninstallation of script packages, we
443443
# just remove the timestamps, which will lead to rebuilds of the packages.
444-
PYPI_WHEEL_PACKAGES = sage_sws2rst sage_setup sagemath_environment sagemath_objects sagemath_repl sagemath_categories
445444
pypi-wheels:
446445
for a in $(PYPI_WHEEL_PACKAGES); do \
447446
rm -f venv/var/lib/sage/installed/$$a-*; \

0 commit comments

Comments
 (0)