summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2019-03-27 15:57:21 -0500
committerWilliam Hubbs <williamh@gentoo.org>2019-03-27 16:06:46 -0500
commitebdcb2e24c910b0012c20960067b77ed9fcbe9df (patch)
tree3ff9224e0443d82e0d58ad8c286c6dcae0a6d3b4
parentdev-python/django-taggit-serializer: remove python2_7 (diff)
downloadgentoo-ebdcb2e24c910b0012c20960067b77ed9fcbe9df.tar.gz
gentoo-ebdcb2e24c910b0012c20960067b77ed9fcbe9df.tar.bz2
gentoo-ebdcb2e24c910b0012c20960067b77ed9fcbe9df.zip
dev-python/django-taggit: remove python2_7
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--dev-python/django-taggit/django-taggit-0.24.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-taggit/django-taggit-0.24.0.ebuild b/dev-python/django-taggit/django-taggit-0.24.0.ebuild
index 82fb91bb0555..7f27c6e5d3aa 100644
--- a/dev-python/django-taggit/django-taggit-0.24.0.ebuild
+++ b/dev-python/django-taggit/django-taggit-0.24.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
inherit distutils-r1
DESCRIPTION="simple tagging for django"