diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:14:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:14:24 +0100 |
commit | 28b87006634080e10f4c7f3738284cd269c436bf (patch) | |
tree | fae29a799d5d2538251d8b5f7c0b801666a49ae3 /dev-python/PyDbLite | |
parent | dev-python/pycuda: Remove Py2 (diff) | |
download | gentoo-28b87006634080e10f4c7f3738284cd269c436bf.tar.gz gentoo-28b87006634080e10f4c7f3738284cd269c436bf.tar.bz2 gentoo-28b87006634080e10f4c7f3738284cd269c436bf.zip |
dev-python/PyDbLite: 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/PyDbLite')
-rw-r--r-- | dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild index 10952f812e69..a9b185c8bc8b 100644 --- a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild +++ b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3) +PYTHON_COMPAT=( python3_{5,6} pypy3) inherit distutils-r1 |