diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-06 20:34:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-06 20:48:27 +0300 |
commit | 0526be0947a1cdf4ed21fb9232cfb7d92b71d2fc (patch) | |
tree | 8eabbe3d9ef840bf34676096e27507e30d23b56a /dev-python/pafy | |
parent | dev-python/autobahn: enable py3.10 (diff) | |
download | gentoo-0526be0947a1cdf4ed21fb9232cfb7d92b71d2fc.tar.gz gentoo-0526be0947a1cdf4ed21fb9232cfb7d92b71d2fc.tar.bz2 gentoo-0526be0947a1cdf4ed21fb9232cfb7d92b71d2fc.zip |
dev-python/pafy: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pafy')
-rw-r--r-- | dev-python/pafy/pafy-0.5.5.ebuild | 3 | ||||
-rw-r--r-- | dev-python/pafy/pafy-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/pafy/pafy-0.5.5.ebuild b/dev-python/pafy/pafy-0.5.5.ebuild index 57aea55fcae7..348baedd9e97 100644 --- a/dev-python/pafy/pafy-0.5.5.ebuild +++ b/dev-python/pafy/pafy-0.5.5.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild index 57aea55fcae7..348baedd9e97 100644 --- a/dev-python/pafy/pafy-9999.ebuild +++ b/dev-python/pafy/pafy-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then |