diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-03 09:33:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-03 10:18:39 +0100 |
commit | 9932117a6b4d67e7691b75dc158fc9f0e214068a (patch) | |
tree | a768fdbab9e7b1d450f01226607de48640e90cfa /dev-python/sleekxmpp | |
parent | profiles/base: Mask net-im/spectrum2[test] (diff) | |
download | gentoo-9932117a6b4d67e7691b75dc158fc9f0e214068a.tar.gz gentoo-9932117a6b4d67e7691b75dc158fc9f0e214068a.tar.bz2 gentoo-9932117a6b4d67e7691b75dc158fc9f0e214068a.zip |
dev-python/sleekxmpp: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sleekxmpp')
-rw-r--r-- | dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild index 0851971dd130..015524b62d85 100644 --- a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild +++ b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.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} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils distutils-r1 |