From ea00372c0ba6243c14ccd255047b3cb95aae1ae3 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 8 Nov 2016 22:25:39 -0300 Subject: sagemath-7.4-3.parabola1: pynac 0.7.0 rebuild --- libre/sagemath/package.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libre/sagemath/package.patch') 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: - -- cgit v1.2.3