freebsd-ports/graphics/py-poppler-qt4/files/patch-setup.py
Jason E. Hale 34dd96774c - Update to 0.16.3
While here:
- Clean up *_DEPENDS syntax
- Add LICENSE (LGPL21 or later)

PR:		ports/174155
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2012-12-16 16:05:22 +00:00

10 lines
275 B
Python

--- ./setup.py.orig 2012-11-09 13:58:09.000000000 -0500
+++ ./setup.py 2012-12-12 07:47:48.000000000 -0500
@@ -21,6 +21,7 @@
'Programming Language :: Python',
'Topic :: Multimedia :: Graphics :: Viewers',
],
+ zip_safe = False,
cmdclass={}
)