summaryrefslogtreecommitdiff
path: root/libre/sagemath/package.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-08 22:25:39 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-08 22:26:40 -0300
commitea00372c0ba6243c14ccd255047b3cb95aae1ae3 (patch)
treeea5d98c7958556c261bfa443a8fca68d44d25272 /libre/sagemath/package.patch
parent54c871db77b4a439fcb22ed078e737eb5eba20c2 (diff)
sagemath-7.4-3.parabola1: pynac 0.7.0 rebuild
Diffstat (limited to 'libre/sagemath/package.patch')
-rw-r--r--libre/sagemath/package.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/sagemath/package.patch b/libre/sagemath/package.patch
index ef449fdf3..0139f4b15 100644
--- a/libre/sagemath/package.patch
+++ b/libre/sagemath/package.patch
@@ -20,11 +20,10 @@
class CythonizeExtension(Extension):
"""
-@@ -75,15 +73,7 @@
- try:
+@@ -76,14 +74,7 @@
condition = kwds.pop("condition")
except KeyError:
-- pkg = kwds.pop("package")
+ pkg = kwds.pop("package")
- try:
- pkginfo = all_packages[pkg]
- except KeyError:
@@ -37,4 +36,3 @@
if condition:
return Extension(*args, **kwds)
else:
-