summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:58:00 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 22:21:26 +0100
commit0187738d03cfa27cffebde1240a6719e72082765 (patch)
tree216fa87ded7b702e6a3d229f99e09614d77e045f /dev-python/qrcode/qrcode-5.1-r1.ebuild
parentdev-python/PyUtilib: Remove py2 (diff)
downloadgentoo-0187738d03cfa27cffebde1240a6719e72082765.tar.gz
gentoo-0187738d03cfa27cffebde1240a6719e72082765.tar.bz2
gentoo-0187738d03cfa27cffebde1240a6719e72082765.zip
dev-python/qrcode: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qrcode/qrcode-5.1-r1.ebuild')
-rw-r--r--dev-python/qrcode/qrcode-5.1-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/qrcode/qrcode-5.1-r1.ebuild b/dev-python/qrcode/qrcode-5.1-r1.ebuild
index b31e50dc1957..2a2e7529533f 100644
--- a/dev-python/qrcode/qrcode-5.1-r1.ebuild
+++ b/dev-python/qrcode/qrcode-5.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
@@ -25,8 +25,7 @@ RDEPEND="
dev-python/pillow[${PYTHON_USEDEP}]"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
+ test? ( ${RDEPEND} )"
PATCHES=(
"${FILESDIR}"/${P}-unicode.patch