diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:24:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:24:59 +0200 |
commit | 684da4149e6d07273f773b1367aa90876568db4e (patch) | |
tree | e1ab63bd7cc8bb7944f68faa958cdf9e1f60931c /dev-python/subvertpy | |
parent | dev-python/strict-rfc3339: Remove py2.7 (diff) | |
download | gentoo-684da4149e6d07273f773b1367aa90876568db4e.tar.gz gentoo-684da4149e6d07273f773b1367aa90876568db4e.tar.bz2 gentoo-684da4149e6d07273f773b1367aa90876568db4e.zip |
dev-python/subvertpy: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild index 40de035a89c5..f5e3b86695a8 100644 --- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |