diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-19 21:43:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-19 21:48:59 +0200 |
commit | 34262e1e2117ae653e25527e57bad334e64ada92 (patch) | |
tree | f8db338762f00557c52eee8ad1b0a1de83e4cdf4 /dev-python/qrcode | |
parent | dev-util/meson-0.54.2: fix installing binaries on Prefix (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/qrcode/qrcode-6.1.ebuild | 2 |
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 |