summarylogtreecommitdiffstats
path: root/package.patch
diff options
context:
space:
mode:
authorAntonio Rojas2016-11-11 21:53:11 +0000
committerAntonio Rojas2016-11-11 21:53:11 +0000
commitb1383344f1a1c559667ed198c841c271355161a1 (patch)
tree28eb518f33adea39f88d9df60b8ad84ebb4ead64 /package.patch
parent13968afc8e921c5713c5ac98ac347ad5c951108b (diff)
downloadaur-b1383344f1a1c559667ed198c841c271355161a1.tar.gz
Update
Diffstat (limited to 'package.patch')
-rw-r--r--package.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.patch b/package.patch
index ef449fdf3ec3..0139f4b1540c 100644
--- a/package.patch
+++ b/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:
-