summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-19 21:43:13 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-19 21:48:59 +0200
commit34262e1e2117ae653e25527e57bad334e64ada92 (patch)
treef8db338762f00557c52eee8ad1b0a1de83e4cdf4 /dev-python/qrcode/qrcode-6.1.ebuild
parentdev-util/meson-0.54.2: fix installing binaries on Prefix (diff)
downloadgentoo-34262e1e2117ae653e25527e57bad334e64ada92.tar.gz
gentoo-34262e1e2117ae653e25527e57bad334e64ada92.tar.bz2
gentoo-34262e1e2117ae653e25527e57bad334e64ada92.zip
dev-python/qrcode: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qrcode/qrcode-6.1.ebuild')
-rw-r--r--dev-python/qrcode/qrcode-6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qrcode/qrcode-6.1.ebuild b/dev-python/qrcode/qrcode-6.1.ebuild
index ece12a005c11..61e2a9c17c3a 100644
--- a/dev-python/qrcode/qrcode-6.1.ebuild
+++ b/dev-python/qrcode/qrcode-6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1