summaryrefslogtreecommitdiff
path: root/net/py-beanstalkc/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-beanstalkc/files/patch-setup.py')
-rw-r--r--net/py-beanstalkc/files/patch-setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-beanstalkc/files/patch-setup.py b/net/py-beanstalkc/files/patch-setup.py
new file mode 100644
index 000000000000..d188cf06a012
--- /dev/null
+++ b/net/py-beanstalkc/files/patch-setup.py
@@ -0,0 +1,8 @@
+--- ./setup.py.orig 2012-07-15 01:01:36.000000000 +1000
++++ ./setup.py 2012-07-15 01:01:49.000000000 +1000
+@@ -30,4 +30,5 @@
+ 'Programming Language :: Python',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
+ ],
++ zip_safe=False,
+ )