diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-25 21:33:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-25 21:53:55 +0100 |
commit | cd2e80f3079ff081aeba6ed7d72dccb902091c0f (patch) | |
tree | 16721f8119cb79cb7081b282c0342622f75edfc3 /dev-python | |
parent | dev-python/diskcache: Remove old (diff) | |
download | gentoo-cd2e80f3079ff081aeba6ed7d72dccb902091c0f.tar.gz gentoo-cd2e80f3079ff081aeba6ed7d72dccb902091c0f.tar.bz2 gentoo-cd2e80f3079ff081aeba6ed7d72dccb902091c0f.zip |
dev-python/django-appconf: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-appconf/django-appconf-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-appconf/django-appconf-1.0.1.ebuild b/dev-python/django-appconf/django-appconf-1.0.1.ebuild index 65a8953807e6..03ff2037c41d 100644 --- a/dev-python/django-appconf/django-appconf-1.0.1.ebuild +++ b/dev-python/django-appconf/django-appconf-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |