diff options
author | 2020-06-09 20:07:25 +0200 | |
---|---|---|
committer | 2020-06-09 21:46:44 +0200 | |
commit | 19336425469b574c835d6633af323fe652c1cb83 (patch) | |
tree | c8c008a23da8fdfda5c3ca63b0270ad0552aea3d /dev-python/pebble | |
parent | media-libs/lilv: arm64 stable (bug #706056) (diff) | |
download | gentoo-19336425469b574c835d6633af323fe652c1cb83.tar.gz gentoo-19336425469b574c835d6633af323fe652c1cb83.tar.bz2 gentoo-19336425469b574c835d6633af323fe652c1cb83.zip |
dev-python/pebble: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pebble')
-rw-r--r-- | dev-python/pebble/pebble-4.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pebble/pebble-4.5.3.ebuild b/dev-python/pebble/pebble-4.5.3.ebuild index ab9fcaf9daa1..85f87286314e 100644 --- a/dev-python/pebble/pebble-4.5.3.ebuild +++ b/dev-python/pebble/pebble-4.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 MY_P=${P^} |