freebsd-ports/databases/py-pylibmc/files/patch-setup.py
Kubilay Kocak b3387fef45 databases/py-pylibmc: Update to 1.5.2
- Patch setup.py to support the setuptools test command
2018-07-25 10:18:17 +00:00

8 lines
228 B
Python

--- setup.py.orig 2016-08-09 16:06:26 UTC
+++ setup.py
@@ -123,4 +123,5 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
+ test_suite = 'nose.collector'
)