summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2019-08-27 10:39:30 +0200
committerPatrick Lauer <patrick@gentoo.org>2019-08-27 10:40:21 +0200
commitef86a7cbdcbdbab9048b4508f32c077da5229063 (patch)
treeec6818d2bcc733cb6795cbcfaa690d2141436012 /dev-python/flask/flask-9999.ebuild
parentdev-python/flask: Bump (diff)
downloadgentoo-ef86a7cbdcbdbab9048b4508f32c077da5229063.tar.gz
gentoo-ef86a7cbdcbdbab9048b4508f32c077da5229063.tar.bz2
gentoo-ef86a7cbdcbdbab9048b4508f32c077da5229063.zip
dev-python/flask: Bump to 1.1
Also fix dependencies for -9999 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-python/flask/flask-9999.ebuild')
-rw-r--r--dev-python/flask/flask-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild
index 6b340034d517..80cc931b35be 100644
--- a/dev-python/flask/flask-9999.ebuild
+++ b/dev-python/flask/flask-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -28,7 +28,7 @@ RDEPEND="dev-python/click[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]
dev-python/itsdangerous[${PYTHON_USEDEP}]
>=dev-python/jinja-2.10[${PYTHON_USEDEP}]
- >=dev-python/werkzeug-0.14[${PYTHON_USEDEP}]"
+ >=dev-python/werkzeug-0.15[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )