diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:27:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:38:26 +0100 |
commit | 21c017e7e4eb4f61ef952167e2ab7fcaa833cb8a (patch) | |
tree | a371bf274c101b81c45b86aea71591b14cd32112 /dev-python/txAMQP | |
parent | dev-python/twitter: Remove py2 (diff) | |
download | gentoo-21c017e7e4eb4f61ef952167e2ab7fcaa833cb8a.tar.gz gentoo-21c017e7e4eb4f61ef952167e2ab7fcaa833cb8a.tar.bz2 gentoo-21c017e7e4eb4f61ef952167e2ab7fcaa833cb8a.zip |
dev-python/txAMQP: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/txAMQP')
-rw-r--r-- | dev-python/txAMQP/txAMQP-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/txAMQP/txAMQP-0.8.2.ebuild b/dev-python/txAMQP/txAMQP-0.8.2.ebuild index 45c57a24d486..5a6f2913d4df 100644 --- a/dev-python/txAMQP/txAMQP-0.8.2.ebuild +++ b/dev-python/txAMQP/txAMQP-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 |