diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-03-27 15:57:21 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-03-27 16:06:46 -0500 |
commit | ebdcb2e24c910b0012c20960067b77ed9fcbe9df (patch) | |
tree | 3ff9224e0443d82e0d58ad8c286c6dcae0a6d3b4 /dev-python/django-taggit | |
parent | dev-python/django-taggit-serializer: remove python2_7 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/django-taggit')
-rw-r--r-- | dev-python/django-taggit/django-taggit-0.24.0.ebuild | 2 |
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" |