diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:36 +0100 |
commit | abf57ed4eff8421c7f41c3f52cb4316cdd8c3975 (patch) | |
tree | 9ef687fbd3efb15dccda533b2aec60d94f1c5041 /dev-python/fudge | |
parent | dev-python/fqdn: Remove Py2 (diff) | |
download | gentoo-abf57ed4eff8421c7f41c3f52cb4316cdd8c3975.tar.gz gentoo-abf57ed4eff8421c7f41c3f52cb4316cdd8c3975.tar.bz2 gentoo-abf57ed4eff8421c7f41c3f52cb4316cdd8c3975.zip |
dev-python/fudge: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/fudge')
-rw-r--r-- | dev-python/fudge/fudge-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fudge/fudge-1.1.0.ebuild b/dev-python/fudge/fudge-1.1.0.ebuild index ccacd3ce7396..ccb405ab3346 100644 --- a/dev-python/fudge/fudge-1.1.0.ebuild +++ b/dev-python/fudge/fudge-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |