Remove an unused call to a primecount function that no longer exists.

This commit is contained in:
Jerry James 2020-03-22 14:58:24 -06:00
parent e87f50f39d
commit e524b0b03b
2 changed files with 13 additions and 0 deletions

View file

@ -207,6 +207,9 @@ Patch29: %{name}-tdlib.patch
# Use local objects.inv for intersphinx since no network on koji builders
Patch30: %{name}-intersphinx.patch
# Remove an unused call to a primecount function that no longer exists
Patch31: %{name}-primecount.patch
BuildRequires: 4ti2
BuildRequires: arb-devel
BuildRequires: bliss-devel
@ -906,6 +909,7 @@ popd
%patch28
%patch29
%patch30
%patch31
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \