Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/sagelib/install-cleaner/setup.py: Remove primecount
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 9, 2022
1 parent 351cccd commit 731e813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/install-cleaner/setup.py
Expand Up @@ -62,7 +62,7 @@
t = time.time()
from sage_setup.optional_extension import is_package_installed_and_updated
distributions = ['']
optional_packages_with_extensions = ['mcqd', 'bliss', 'tdlib', 'primecount',
optional_packages_with_extensions = ['mcqd', 'bliss', 'tdlib',
'coxeter3', 'fes', 'sirocco', 'meataxe']
distributions += ['sagemath-{}'.format(pkg)
for pkg in optional_packages_with_extensions
Expand Down

0 comments on commit 731e813

Please sign in to comment.