opnsense-ports/databases/pg_activity/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

8 lines
217 B
Python

--- ./setup.py.orig 2013-08-22 23:42:26.000000000 -0700
+++ ./setup.py 2013-08-22 23:42:36.000000000 -0700
@@ -27,4 +27,5 @@
"psycopg2 >= 2.2.1",
],
data_files = data_files,
+ zip_safe=False,
)