diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 20:43:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 20:47:23 +0100 |
commit | ede76d28b691ae6f70cd16aa765a4c39b974065f (patch) | |
tree | 6f79fab0f757aa074c6b845d5f97b9f6a3fe1502 /dev-python/debtcollector | |
parent | dev-python/dbusmock: Remove py2 (diff) | |
download | gentoo-ede76d28b691ae6f70cd16aa765a4c39b974065f.tar.gz gentoo-ede76d28b691ae6f70cd16aa765a4c39b974065f.tar.bz2 gentoo-ede76d28b691ae6f70cd16aa765a4c39b974065f.zip |
dev-python/debtcollector: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/debtcollector')
-rw-r--r-- | dev-python/debtcollector/debtcollector-1.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/debtcollector/debtcollector-1.21.0.ebuild b/dev-python/debtcollector/debtcollector-1.21.0.ebuild index 1f91538f8b82..89bc19073f21 100644 --- a/dev-python/debtcollector/debtcollector-1.21.0.ebuild +++ b/dev-python/debtcollector/debtcollector-1.21.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |