commit: 002e2a6b71f81f2828cb906d5ebd0386da236de9
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 16:53:08 2018 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun May 20 16:53:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002e2a6b
dev-python/flask-security: Fix {R,}DEPEND
Closes: https://bugs.gentoo.org/656060
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/flask-security/flask-security-3.0.0.ebuild | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-python/flask-security/flask-security-3.0.0.ebuild
b/dev-python/flask-security/flask-security-3.0.0.ebuild
index 569f75e8202..a816005949b 100644
--- a/dev-python/flask-security/flask-security-3.0.0.ebuild
+++ b/dev-python/flask-security/flask-security-3.0.0.ebuild
@@ -20,14 +20,18 @@ IUSE="test"
# tests are foobar
RESTRICT="test"
-RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}]
- >=dev-python/itsdangerous-0.17[${PYTHON_USEDEP}]
- >=dev-python/passlib-1.6.1[${PYTHON_USEDEP}]
- >=dev-python/flask-login-0.1.3[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/flask-0.11[${PYTHON_USEDEP}]
+ >=dev-python/flask-babelex-0.9.3[${PYTHON_USEDEP}]
+ >=dev-python/flask-login-0.3.0[${PYTHON_USEDEP}]
>=dev-python/flask-mail-0.7.3[${PYTHON_USEDEP}]
- >=dev-python/flask-wtf-0.8[${PYTHON_USEDEP}]
- >=dev-python/flask-principal-0.3.3[${PYTHON_USEDEP}]"
+ >=dev-python/flask-principal-0.3.3[${PYTHON_USEDEP}]
+ >=dev-python/flask-wtf-0.13.1[${PYTHON_USEDEP}]
+ >=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
+ >=dev-python/passlib-1.7[${PYTHON_USEDEP}]
+"
+
DEPEND="${RDEPEND}
+ dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]