diff options
author | Guillaume Seren <guillaumeseren@gmail.com> | 2021-05-10 23:05:17 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-14 11:21:09 +0000 |
commit | 9258384a0edef06a6bb7d9c742d28e00405175db (patch) | |
tree | 10606d3c179104c3766e7c34e5b45b51a71cd557 /dev-python/pyacoustid | |
parent | dev-python/discogs-client: enable Python3.9 (diff) | |
download | gentoo-9258384a0edef06a6bb7d9c742d28e00405175db.tar.gz gentoo-9258384a0edef06a6bb7d9c742d28e00405175db.tar.bz2 gentoo-9258384a0edef06a6bb7d9c742d28e00405175db.zip |
dev-python/pyacoustid: enable Python3.9
Closes: https://bugs.gentoo.org/789141
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyacoustid')
-rw-r--r-- | dev-python/pyacoustid/pyacoustid-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild b/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild index 720eb05f8b67..7b23ee07bc58 100644 --- a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild +++ b/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 |