diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:52:03 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:52:34 +0200 |
commit | e150efd517c9fb459c133dff3f0d21c5815ccc3c (patch) | |
tree | 402c1412d00a1a923b3f02ce45f91b1190aaedd7 /dev-python/django-compressor | |
parent | dev-python/Coffin: Support python3.6 (diff) | |
download | gentoo-e150efd517c9fb459c133dff3f0d21c5815ccc3c.tar.gz gentoo-e150efd517c9fb459c133dff3f0d21c5815ccc3c.tar.bz2 gentoo-e150efd517c9fb459c133dff3f0d21c5815ccc3c.zip |
dev-python/django-compressor: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/django-compressor')
-rw-r--r-- | dev-python/django-compressor/django-compressor-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild index 2ddab7862b49..97c17be2b6d9 100644 --- a/dev-python/django-compressor/django-compressor-1.5.ebuild +++ b/dev-python/django-compressor/django-compressor-1.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |