summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-20 08:06:52 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-20 11:08:38 +0200
commit3eb63ba26a1ec487fb00412b7fc75a3160ef7de2 (patch)
tree27098495b9c325a6da66ed3294e2191e40625517 /dev-python/pyicu/pyicu-2.7.4.ebuild
parentdev-python/qrcode: Bump to 7.2 (diff)
downloadgentoo-3eb63ba26a1ec487fb00412b7fc75a3160ef7de2.tar.gz
gentoo-3eb63ba26a1ec487fb00412b7fc75a3160ef7de2.tar.bz2
gentoo-3eb63ba26a1ec487fb00412b7fc75a3160ef7de2.zip
dev-python/pyicu: Add missing dev-python/six test-dep
Closes: https://bugs.gentoo.org/802957 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyicu/pyicu-2.7.4.ebuild')
-rw-r--r--dev-python/pyicu/pyicu-2.7.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pyicu/pyicu-2.7.4.ebuild b/dev-python/pyicu/pyicu-2.7.4.ebuild
index 3c5a6c3e9fa1..7052eddb95db 100644
--- a/dev-python/pyicu/pyicu-2.7.4.ebuild
+++ b/dev-python/pyicu/pyicu-2.7.4.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
-
inherit distutils-r1
MY_P=${P/-/-v}
@@ -22,6 +21,8 @@ KEYWORDS="amd64 x86"
RDEPEND="dev-libs/icu:="
DEPEND="${RDEPEND}"
+BDEPEND="
+ test? ( dev-python/six[${PYTHON_USEDEP}] )"
DOCS=( CHANGES CREDITS README.md )