diff --git a/srcpkgs/python-vint/patches/outdateddeps.patch b/srcpkgs/python-vint/patches/outdateddeps.patch new file mode 100644 index 00000000000..7fdd135616d --- /dev/null +++ b/srcpkgs/python-vint/patches/outdateddeps.patch @@ -0,0 +1,14 @@ +--- setup.py.bck 2017-01-20 17:36:52.666818102 -0500 ++++ setup.py 2017-01-20 17:37:23.204501483 -0500 +@@ -12,9 +12,9 @@ + requires = load_requires_from_file('requirements.txt') + if sys.version_info < (3, 4): + # To enable Enum in Python < 3.4 +- requires.append('enum34 == 1.0.4') ++ requires.append('enum34 >= 1.0.4') + # To enable pathlib in Python < 3.4 +- requires.append('pathlib == 1.0.1') ++ requires.append('pathlib >= 1.0.1') + return requires + + diff --git a/srcpkgs/python-vint/template b/srcpkgs/python-vint/template index 04e5da9791a..48ca420354c 100644 --- a/srcpkgs/python-vint/template +++ b/srcpkgs/python-vint/template @@ -1,7 +1,7 @@ # Template file for 'python-vint' pkgname=python-vint version=0.3.11 -revision=1 +revision=2 noarch=yes wrksrc="vint-${version}" build_style=python-module