summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-03-22 22:52:01 +0100
committerMichał Górny <mgorny@gentoo.org>2022-03-22 22:52:56 +0100
commit36faa36725aa5f36860ab7bf1e9f4743534a9c9b (patch)
tree0dfbcf2c4b65b765d0bdc6d5155ec64fcfedfaa1 /dev-python
parentmedia-video/wireplumber: bump to 0.4.9 (diff)
downloadgentoo-36faa36725aa5f36860ab7bf1e9f4743534a9c9b.tar.gz
gentoo-36faa36725aa5f36860ab7bf1e9f4743534a9c9b.tar.bz2
gentoo-36faa36725aa5f36860ab7bf1e9f4743534a9c9b.zip
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@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask-security/flask-security-3.4.5.ebuild7
-rw-r--r--dev-python/flask-security/flask-security-4.1.2.ebuild4
-rw-r--r--dev-python/flask-security/flask-security-4.1.3.ebuild2
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}] )
)
"