dev-python/django-openstack-auth: remove py36 compat
authorVirgil Dupras <vdupras@gentoo.org>
Sat, 21 Jul 2018 23:55:57 +0000 (19:55 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Sat, 21 Jul 2018 23:55:57 +0000 (19:55 -0400)
This package depends on django 1.8 which explicitly doesn't support
python 3.6.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild [moved from dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild with 98% similarity]

similarity index 98%
rename from dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
rename to dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
index 7a83cbeb560e28aafeb528456f4be820f295e58a..5f7292f8f7997f1fe4e982279f4b97922f4b45e1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
 inherit distutils-r1