summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:14:24 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:14:24 +0100
commit28b87006634080e10f4c7f3738284cd269c436bf (patch)
treefae29a799d5d2538251d8b5f7c0b801666a49ae3 /dev-python/PyDbLite
parentdev-python/pycuda: Remove Py2 (diff)
downloadgentoo-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.ebuild2
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