diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-02 10:01:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-04 18:11:48 +0100 |
commit | 9fae6377dc9786960cd3b50ae97368060f35c404 (patch) | |
tree | 2e344c5f233fb65d1261787fdc3e4f4d10c7b591 /dev-python/ipdbplugin | |
parent | dev-python/ipdb: Remove py2 (diff) | |
download | gentoo-9fae6377dc9786960cd3b50ae97368060f35c404.tar.gz gentoo-9fae6377dc9786960cd3b50ae97368060f35c404.tar.bz2 gentoo-9fae6377dc9786960cd3b50ae97368060f35c404.zip |
dev-python/ipdbplugin: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipdbplugin')
-rw-r--r-- | dev-python/ipdbplugin/ipdbplugin-1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ipdbplugin/ipdbplugin-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild b/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild index af03931fe6d8..10837e83c15d 100644 --- a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild +++ b/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{3_5,3_6} ) inherit distutils-r1 diff --git a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild b/dev-python/ipdbplugin/ipdbplugin-9999.ebuild index af03931fe6d8..10837e83c15d 100644 --- a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild +++ b/dev-python/ipdbplugin/ipdbplugin-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{3_5,3_6} ) inherit distutils-r1 |