summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/diskcache/diskcache-5.2.1.ebuild')
-rw-r--r--dev-python/diskcache/diskcache-5.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild b/dev-python/diskcache/diskcache-5.2.1.ebuild
index 51dcefd80dc8..d5be692d8b69 100644
--- a/dev-python/diskcache/diskcache-5.2.1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
@@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm arm64 ~mips ~ppc64 x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
- >=dev-python/django-2.2[${PYTHON_USEDEP}]
+ <dev-python/django-3.2[${PYTHON_USEDEP}]
)
"