diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-08-09 22:51:57 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-08-09 22:51:57 +0000 |
commit | d9027a5967c9d700bc0478c9cc9090c02029bde5 (patch) | |
tree | 8b3fe31a4a5d366e5bbe2a9b3d67da995a736bce | |
parent | 2021-08-09 22:37:33 UTC (diff) | |
parent | dev-python/resolvelib: enable py3.10 for 0.5.4 (ansible needs < 0.6) (diff) | |
download | gentoo-d9027a5967c9d700bc0478c9cc9090c02029bde5.tar.gz gentoo-d9027a5967c9d700bc0478c9cc9090c02029bde5.tar.bz2 gentoo-d9027a5967c9d700bc0478c9cc9090c02029bde5.zip |
Merge updates from master
-rw-r--r-- | dev-python/resolvelib/resolvelib-0.5.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/resolvelib/resolvelib-0.7.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/resolvelib/resolvelib-0.5.4.ebuild b/dev-python/resolvelib/resolvelib-0.5.4.ebuild index 1857364f0eab..8d48d64f2c27 100644 --- a/dev-python/resolvelib/resolvelib-0.5.4.ebuild +++ b/dev-python/resolvelib/resolvelib-0.5.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 diff --git a/dev-python/resolvelib/resolvelib-0.7.1.ebuild b/dev-python/resolvelib/resolvelib-0.7.1.ebuild index a848f30540bd..786b11115d8c 100644 --- a/dev-python/resolvelib/resolvelib-0.7.1.ebuild +++ b/dev-python/resolvelib/resolvelib-0.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="provides a Resolver class that includes dependency resolution logic" |