diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 17:14:08 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:25:08 -0600 |
commit | 5052f20f585134c448d31a5bafa103d9b52af986 (patch) | |
tree | 4c3208f0e7bcf51927bece3d81c4f29824d6f3c7 /dev-python/debtcollector | |
parent | dev-python/doc8: add py37 support (diff) | |
download | gentoo-5052f20f585134c448d31a5bafa103d9b52af986.tar.gz gentoo-5052f20f585134c448d31a5bafa103d9b52af986.tar.bz2 gentoo-5052f20f585134c448d31a5bafa103d9b52af986.zip |
dev-python/debtcollector: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/debtcollector')
-rw-r--r-- | dev-python/debtcollector/debtcollector-1.17.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild b/dev-python/debtcollector/debtcollector-1.17.1.ebuild index 8490a275bd66..fe557a18f361 100644 --- a/dev-python/debtcollector/debtcollector-1.17.1.ebuild +++ b/dev-python/debtcollector/debtcollector-1.17.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 |