trufflehog: 2.0.97_p20190506 update deps

This commit is contained in:
Yury Martynov 2019-08-31 09:57:57 +03:00
parent 54a76e6a85
commit dd6b7f065b
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,14 @@
diff -ur a/setup.py b/setup.py
--- a/setup.py 2019-05-06 09:01:27.000000000 +0300
+++ b/setup.py 2019-08-31 09:53:19.843458202 +0300
@@ -10,8 +10,8 @@
license='GNU',
packages = ['truffleHog'],
install_requires=[
- 'GitPython == 2.1.1',
- 'truffleHogRegexes == 0.0.7'
+ 'GitPython >= 2.1.1',
+ 'truffleHogRegexes >= 0.0.7'
],
entry_points = {
'console_scripts': ['trufflehog = truffleHog.truffleHog:main'],

View file

@ -20,6 +20,8 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/truffleHogRegexes[${PYTHON_USEDEP}]
~dev-python/GitPython-2.1.1[${PYTHON_USEDEP}]"
>=dev-python/git-python-2.1.1[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}"/update_setup_py.patch )
S="${WORKDIR}/truffleHog-${HASH_COMMIT}"