opnsense-ports/devel/py-blinker/files/patch-setup.py
Franco Fichtner c0e1cc58ae */*: sync with upstream
Taken from: FreeBSD
2015-12-27 09:36:26 +01:00

12 lines
360 B
Python

# Add support for standard test command
# https://github.com/jek/blinker/pull/26/
--- setup.py.orig 2015-12-27 05:36:22 UTC
+++ setup.py
@@ -37,4 +37,6 @@ setup(name="blinker",
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
],
+ tests_require=['nose'],
+ test_suite='nose.collector',
)