mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-09 01:05:10 +01:00
trufflehog: 2.0.97_p20190506 update deps
This commit is contained in:
parent
54a76e6a85
commit
dd6b7f065b
2 changed files with 17 additions and 1 deletions
14
dev-vcs/trufflehog/files/update_setup_py.patch
Normal file
14
dev-vcs/trufflehog/files/update_setup_py.patch
Normal 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'],
|
||||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue