diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-14 12:04:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-14 12:06:03 +0200 |
commit | 221fc15c943883c49dde3ab712918cf345ec47e5 (patch) | |
tree | 84c26713a0fcf73b6ce72406455fa26a2a7adbfc /dev-python/diskcache | |
parent | sci-physics/geant: version bump to 10.7.2 (diff) | |
download | gentoo-221fc15c943883c49dde3ab712918cf345ec47e5.tar.gz gentoo-221fc15c943883c49dde3ab712918cf345ec47e5.tar.bz2 gentoo-221fc15c943883c49dde3ab712918cf345ec47e5.zip |
dev-python/diskcache: Require django<3.2 for tests
Closes: https://bugs.gentoo.org/795792
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/diskcache')
-rw-r--r-- | dev-python/diskcache/diskcache-5.2.1.ebuild | 4 |
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}] ) " |