diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:15:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:15:41 +0200 |
commit | 4b6180d96ebac1a190640b6a36705f9dc26375f6 (patch) | |
tree | 30dac785490b30a7ece8ef132dd29f628719661f /dev-python/python-slip | |
parent | net-misc/s3cmd: Remove redundant longdesc (diff) | |
download | gentoo-4b6180d96ebac1a190640b6a36705f9dc26375f6.tar.gz gentoo-4b6180d96ebac1a190640b6a36705f9dc26375f6.tar.bz2 gentoo-4b6180d96ebac1a190640b6a36705f9dc26375f6.zip |
dev-python/python-slip: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-slip')
-rw-r--r-- | dev-python/python-slip/python-slip-0.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-slip/python-slip-0.6.5.ebuild b/dev-python/python-slip/python-slip-0.6.5.ebuild index 7d6d12a009de..943f8fd32ff2 100644 --- a/dev-python/python-slip/python-slip-0.6.5.ebuild +++ b/dev-python/python-slip/python-slip-0.6.5.ebuild @@ -4,7 +4,7 @@ EAPI=5 PYTHON_REQ_USE="xml" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 eutils |