freebsd-ports/databases/py-sqlalchemy/files/patch-setup.py
Nicola Vitale a6891d9c85 - Update to 0.7.6
- Add databases/py-pymysql to RUN_DEPENDS when the Python
  version is >= 3.0. I have temporarily commented that code,
  because PyMySQL requires a 2to3 step to build with Python3
- Add files/patch-setup.py
- Fix a typo in MYSQL option

PR:		ports/166827
Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>
2012-05-01 13:28:10 +00:00

12 lines
376 B
Python

$FreeBSD$
--- setup.py.orig 2012-03-15 05:23:20.000000000 +0100
+++ setup.py 2012-04-10 19:19:38.000000000 +0200
@@ -128,7 +128,7 @@
package_dir={'': 'lib'},
license="MIT License",
cmdclass=cmdclass,
-
+ zip_safe=False,
tests_require=['nose >= 0.11'],
test_suite="sqla_nose",
long_description=readme,