summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 21:00:56 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 21:10:52 +0100
commit746dc0fb8a5204e249b9085a89c15bbcf8e6f377 (patch)
tree13e99b54f1e0cb9ab441cc4d62ba5e99e3e9e01a /dev-python/pytest-django
parentdev-python/pytest-describe: Remove py2 (diff)
downloadgentoo-746dc0fb8a5204e249b9085a89c15bbcf8e6f377.tar.gz
gentoo-746dc0fb8a5204e249b9085a89c15bbcf8e6f377.tar.bz2
gentoo-746dc0fb8a5204e249b9085a89c15bbcf8e6f377.zip
dev-python/pytest-django: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-django')
-rw-r--r--dev-python/pytest-django/pytest-django-3.4.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-django/pytest-django-3.4.4.ebuild b/dev-python/pytest-django/pytest-django-3.4.4.ebuild
index c9e5b83c92c1..004f497cb80c 100644
--- a/dev-python/pytest-django/pytest-django-3.4.4.ebuild
+++ b/dev-python/pytest-django/pytest-django-3.4.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
inherit distutils-r1