commit:     221fc15c943883c49dde3ab712918cf345ec47e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 10:04:53 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 10:06:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221fc15c

dev-python/diskcache: Require django<3.2 for tests

Closes: https://bugs.gentoo.org/795792
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/diskcache/diskcache-5.2.1.ebuild | 4 ++--
 1 file 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 51dcefd80dc..d5be692d8b6 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}]
        )
 "
 

Reply via email to