diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-03-06 08:36:01 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-03-06 08:36:01 +0100 |
commit | 6b116a0dc9c0f424756c05d1f4b583c233981f3a (patch) | |
tree | 9d87e6336e6b572b378dec113228b1c2d03bd294 /net-analyzer | |
parent | mail-client/mutt-1.13.4-r1: provide mandatory atachments settings (diff) | |
download | gentoo-6b116a0dc9c0f424756c05d1f4b583c233981f3a.tar.gz gentoo-6b116a0dc9c0f424756c05d1f4b583c233981f3a.tar.bz2 gentoo-6b116a0dc9c0f424756c05d1f4b583c233981f3a.zip |
net-analyzer/graphite-web: update django deps now we're py3 only
Closes: https://bugs.gentoo.org/711626
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild (renamed from net-analyzer/graphite-web/graphite-web-1.1.5.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild index 25a6afa9f356..f0dbbc3d667d 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild @@ -27,8 +27,7 @@ RDEPEND=" ) ) postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) - >=dev-python/django-1.8[sqlite?,${PYTHON_USEDEP}] - <dev-python/django-2.1.99[sqlite?,${PYTHON_USEDEP}] + >=dev-python/django-1.11.19[sqlite?,${PYTHON_USEDEP}] >=dev-python/django-tagging-0.4.6[${PYTHON_USEDEP}] dev-python/cairocffi[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] |