[Python-modules-commits] [pytest-django] 01/04: Remove strict dependency on setuptools-scm
Brian May
bam at moszumanska.debian.org
Mon Apr 11 23:46:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository pytest-django.
commit 61f25afa04942da0b3a7287f575c1fbbf1b5cf96
Author: Brian May <bam at debian.org>
Date: Tue Apr 12 09:41:47 2016 +1000
Remove strict dependency on setuptools-scm
Author: Neil Williams <codehelp at debian.org>
Bug-Debian: https://bugs.debian.org/808536
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 61c1842..4de44d2 100755
--- a/setup.py
+++ b/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',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-django.git
More information about the Python-modules-commits
mailing list