summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-18 11:47:37 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-18 11:47:37 +0200
commit23c93a60add5721f199d390d3bc484e0abd09bcc (patch)
treee62143564ad9ea05644b2ffb7444a55bbae8fb86
parentsci-geosciences/opencpn: drop 5.2.4 (diff)
downloadgentoo-23c93a60add5721f199d390d3bc484e0abd09bcc.tar.gz
gentoo-23c93a60add5721f199d390d3bc484e0abd09bcc.tar.bz2
gentoo-23c93a60add5721f199d390d3bc484e0abd09bcc.zip
dev-python/httplib2: Add test dep on dev-python/six
Closes: https://bugs.gentoo.org/845288 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/httplib2/httplib2-0.20.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/httplib2/httplib2-0.20.4.ebuild b/dev-python/httplib2/httplib2-0.20.4.ebuild
index 9d81a60ff99c..bc4dff342200 100644
--- a/dev-python/httplib2/httplib2-0.20.4.ebuild
+++ b/dev-python/httplib2/httplib2-0.20.4.ebuild
@@ -30,6 +30,7 @@ BDEPEND="
test? (
dev-libs/openssl
dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
)
"