opnsense-ports/devel/py-git-up/files/patch-setup.py
Franco Fichtner 085926aee3 */*: sync with upstream
Taken from: FreeBSD
2015-11-08 09:59:48 +01:00

15 lines
552 B
Python

--- setup.py.orig 2015-11-03 20:07:22 UTC
+++ setup.py
@@ -6,9 +6,9 @@ setup(
version="1.3.0",
packages=find_packages(exclude=["tests"]),
scripts=['PyGitUp/gitup.py'],
- install_requires=['GitPython==1.0.0', 'colorama==0.3.3',
- 'termcolor==1.1.0', 'docopt==0.6.2',
- 'six==1.9.0'],
+ install_requires=['GitPython>=1.0.0', 'colorama>=0.3.3',
+ 'termcolor>=1.1.0', 'docopt>=0.6.2',
+ 'six>=1.9.0'],
# Tests
test_suite="nose.collector",