diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:10 +0100 |
commit | f75954e1cd0878583b3b5d617f86bd8225f80690 (patch) | |
tree | 4ee9be9d3659fa438a31ebba999e6fec7338c90d /dev-python/python-cstruct | |
parent | dev-python/python-cluster: Remove Py2 (diff) | |
download | gentoo-f75954e1cd0878583b3b5d617f86bd8225f80690.tar.gz gentoo-f75954e1cd0878583b3b5d617f86bd8225f80690.tar.bz2 gentoo-f75954e1cd0878583b3b5d617f86bd8225f80690.zip |
dev-python/python-cstruct: 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/python-cstruct')
-rw-r--r-- | dev-python/python-cstruct/python-cstruct-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-cstruct/python-cstruct-1.7.ebuild b/dev-python/python-cstruct/python-cstruct-1.7.ebuild index a665c955f352..e053090d355b 100644 --- a/dev-python/python-cstruct/python-cstruct-1.7.ebuild +++ b/dev-python/python-cstruct/python-cstruct-1.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 |