summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-09 09:33:01 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-09 09:47:11 +0100
commit1f6e7b0f57b31c77120ac9788290c91640bfa485 (patch)
treeef0df23efca3ea7b361c88e349784b88413a615d /dev-python/urlgrabber
parentgames-emulation/vbam: Fixed build against libsdl2-2.0.14 (diff)
downloadgentoo-1f6e7b0f57b31c77120ac9788290c91640bfa485.tar.gz
gentoo-1f6e7b0f57b31c77120ac9788290c91640bfa485.tar.bz2
gentoo-1f6e7b0f57b31c77120ac9788290c91640bfa485.zip
dev-python/urlgrabber: Fix dependencies
Closes: https://bugs.gentoo.org/774972 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urlgrabber')
-rw-r--r--dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild (renamed from dev-python/urlgrabber/urlgrabber-4.0.0.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild b/dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild
index aece0892c4ca..9f714bff38da 100644
--- a/dev-python/urlgrabber/urlgrabber-4.0.0.ebuild
+++ b/dev-python/urlgrabber/urlgrabber-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,10 @@ KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
RDEPEND="
dev-python/pycurl[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
"
# Entire testsuite relies on connecting to the i'net