opnsense-ports/devel/py-pytest/files/patch-setup.py
Franco Fichtner 15dcfd0b79 devel/py-pytest: sync with upstream
Taken from: FreeBSD
2016-02-27 14:58:15 +01:00

13 lines
590 B
Python

--- setup.py.orig 2016-02-27 05:10:48 UTC
+++ setup.py
@@ -69,7 +69,9 @@ def main():
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others',
author_email='holger at merlinux.eu',
- entry_points=make_entry_points(),
+ entry_points= {
+ 'console_scripts': ['py.test=pytest:main'],
+ },
classifiers=classifiers,
cmdclass={'test': PyTest},
# the following should be enabled for release