From: Aaron W. Swenson Date: Sun, 20 May 2018 16:53:08 +0000 (-0400) Subject: dev-python/flask-security: Fix {R,}DEPEND X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=002e2a6b71f81f2828cb906d5ebd0386da236de9;p=gentoo.git dev-python/flask-security: Fix {R,}DEPEND Closes: https://bugs.gentoo.org/656060 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- 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 569f75e8202c..a816005949bc 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}]