diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 14:30:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 14:33:59 +0100 |
commit | d5ee16ee2229ef5c711192d0b28962269fcd027b (patch) | |
tree | b33f9e267dc68b2033a1089c32523143a5984aa9 /dev-python/cliff | |
parent | dev-python/stevedore: Remove py2 (diff) | |
download | gentoo-d5ee16ee2229ef5c711192d0b28962269fcd027b.tar.gz gentoo-d5ee16ee2229ef5c711192d0b28962269fcd027b.tar.bz2 gentoo-d5ee16ee2229ef5c711192d0b28962269fcd027b.zip |
dev-python/cliff: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cliff')
-rw-r--r-- | dev-python/cliff/cliff-2.12.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cliff/cliff-2.12.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild index ad16b17bab63..a1af7fb8e25f 100644 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild +++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) VIRTUALX_REQUIRED="test" inherit distutils-r1 virtualx diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild index c22026b41521..fcd3f69df19d 100644 --- a/dev-python/cliff/cliff-2.12.0.ebuild +++ b/dev-python/cliff/cliff-2.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 |