diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:13 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:13 +0100 |
commit | 5cbfc447662472c4ca9844e9a33c7afd34487bbe (patch) | |
tree | f9ecce0fa6f4d98be3efa82802fa9917dab7abfc /dev-python/python-etcd | |
parent | dev-python/python-ebtables: Remove Py2 (diff) | |
download | gentoo-5cbfc447662472c4ca9844e9a33c7afd34487bbe.tar.gz gentoo-5cbfc447662472c4ca9844e9a33c7afd34487bbe.tar.bz2 gentoo-5cbfc447662472c4ca9844e9a33c7afd34487bbe.zip |
dev-python/python-etcd: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/python-etcd')
-rw-r--r-- | dev-python/python-etcd/python-etcd-0.3.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/python-etcd/python-etcd-0.4.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-etcd/python-etcd-0.3.3.ebuild b/dev-python/python-etcd/python-etcd-0.3.3.ebuild index e58d6a96d854..3eeff27aee0f 100644 --- a/dev-python/python-etcd/python-etcd-0.3.3.ebuild +++ b/dev-python/python-etcd/python-etcd-0.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5} ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/python-etcd/python-etcd-0.4.4.ebuild b/dev-python/python-etcd/python-etcd-0.4.4.ebuild index e58d6a96d854..3eeff27aee0f 100644 --- a/dev-python/python-etcd/python-etcd-0.4.4.ebuild +++ b/dev-python/python-etcd/python-etcd-0.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5} ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild index 82174597f8e9..e9dd4868a830 100644 --- a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild +++ b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |