ports/devel/py-pytest-django/files/patch-setup.py
Tom Judge 6d4e0632e9 New port devel/py-pytest-django 2.9.1
pytest-django allows you to test your Django project/applications with the
pytest testing tool.

WWW: https://pypi.python.org/pypi/pytest-django
2016-04-01 05:38:48 +00:00

11 lines
423 B
Python

--- setup.py.orig 2016-04-01 05:26:33 UTC
+++ setup.py
@@ -28,7 +28,7 @@ setup(
license='BSD-3-Clause',
packages=['pytest_django'],
long_description=read('README.rst'),
- setup_requires=['setuptools_scm==1.8.0'],
+ setup_requires=['setuptools_scm>=1.8.0'],
install_requires=['pytest>=2.5'],
classifiers=['Development Status :: 5 - Production/Stable',
'Framework :: Django',