diff options
author | Andrew Udvare <audvare@gmail.com> | 2020-05-01 17:57:48 -0400 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-05-01 23:30:56 -0500 |
commit | 782da4d106c7926225b36533345fdae7bf4cc8e9 (patch) | |
tree | da0eb8f09a9689f889cbbae63ab64eba04e85978 /dev-python/stevedore | |
parent | dev-python/stestr: add python3_8 to PYTHON_COMPAT (diff) | |
download | gentoo-782da4d106c7926225b36533345fdae7bf4cc8e9.tar.gz gentoo-782da4d106c7926225b36533345fdae7bf4cc8e9.tar.bz2 gentoo-782da4d106c7926225b36533345fdae7bf4cc8e9.zip |
dev-python/stevedore: add python3_8 to PYTHON_COMPAT
Signed-off-by: Andrew Udvare <audvare@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/stevedore')
-rw-r--r-- | dev-python/stevedore/stevedore-1.31.0-r1.ebuild (renamed from dev-python/stevedore/stevedore-1.31.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/stevedore/stevedore-1.31.0.ebuild b/dev-python/stevedore/stevedore-1.31.0-r1.ebuild index f2a882dd9388..aa18f4f9bd97 100644 --- a/dev-python/stevedore/stevedore-1.31.0.ebuild +++ b/dev-python/stevedore/stevedore-1.31.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend # entry_points is added via setup.cfg as just [entry_points] _DISTUTILS_SETUPTOOLS_WARNED=1 |