commit: 36faa36725aa5f36860ab7bf1e9f4743534a9c9b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 21:52:01 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 21:52:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36faa367
dev-python/flask-security: Remove test dep on flask-mongoengine
Remove the test dep on dev-python/flask-mongoengine entirely
as mongoengine is problematic to maintain. Previously, the dependency
would be present on amd64/arm64 only anyway.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flask-security/flask-security-3.4.5.ebuild | 7 +------
dev-python/flask-security/flask-security-4.1.2.ebuild | 4 +---
dev-python/flask-security/flask-security-4.1.3.ebuild | 2 --
3 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/dev-python/flask-security/flask-security-3.4.5.ebuild
b/dev-python/flask-security/flask-security-3.4.5.ebuild
index e7ad05fcbb1d..29569ae89496 100644
--- a/dev-python/flask-security/flask-security-3.4.5.ebuild
+++ b/dev-python/flask-security/flask-security-3.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -46,11 +46,6 @@ BDEPEND="
>=dev-python/pymysql-0.9.3[${PYTHON_USEDEP}]
>=dev-python/pyqrcode-1.2[${PYTHON_USEDEP}]
>=dev-python/zxcvbn-4.4.28[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/pony-0.7.11[${PYTHON_USEDEP}]
- ' python3_{6,7})
- amd64? ( >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}]
)
- arm64? ( >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}]
)
)"
distutils_enable_tests pytest
diff --git a/dev-python/flask-security/flask-security-4.1.2.ebuild
b/dev-python/flask-security/flask-security-4.1.2.ebuild
index 7c01e12dd761..2038f9b22f24 100644
--- a/dev-python/flask-security/flask-security-4.1.2.ebuild
+++ b/dev-python/flask-security/flask-security-4.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -50,8 +50,6 @@ BDEPEND="
$(python_gen_cond_dep '
>=dev-python/pony-0.7.11[${PYTHON_USEDEP}]
' python3_8 python3_9)
- amd64? ( >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}]
)
- arm64? ( >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}]
)
)"
distutils_enable_tests pytest
diff --git a/dev-python/flask-security/flask-security-4.1.3.ebuild
b/dev-python/flask-security/flask-security-4.1.3.ebuild
index 9e3dec883189..f2fe55540891 100644
--- a/dev-python/flask-security/flask-security-4.1.3.ebuild
+++ b/dev-python/flask-security/flask-security-4.1.3.ebuild
@@ -53,8 +53,6 @@ BDEPEND="
$(python_gen_cond_dep '
>=dev-python/pony-0.7.11[${PYTHON_USEDEP}]
' python3_8 python3_9)
- amd64? ( >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}]
)
- arm64? ( >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}]
)
)
"