summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 12:18:10 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 12:24:10 +0200
commite0d53c74ae5f337a1d9b42bb5f369800b8ae37eb (patch)
tree4b2c4f12ea17bf7f51b51501041a2fb9a65f5098 /dev-python/python-dateutil
parentdev-python/freezegun: Remove python2 (diff)
downloadgentoo-e0d53c74ae5f337a1d9b42bb5f369800b8ae37eb.tar.gz
gentoo-e0d53c74ae5f337a1d9b42bb5f369800b8ae37eb.tar.bz2
gentoo-e0d53c74ae5f337a1d9b42bb5f369800b8ae37eb.zip
dev-python/python-dateutil: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-dateutil')
-rw-r--r--dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild (renamed from dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild b/dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild
index 8632cbf5e2c3..3638dc3a1ad1 100644
--- a/dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1