summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-19 00:14:01 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-19 00:19:53 +0100
commit7540785505acd65f0e2915d66ab90c6d7bbb6a52 (patch)
treee35af1f9d347ab074dcfee4b5ffb4e874af4a679 /dev-python/flask-sqlalchemy
parentdev-python/flask-sqlalchemy: Bump to 2.5.1 (diff)
downloadgentoo-7540785505acd65f0e2915d66ab90c6d7bbb6a52.tar.gz
gentoo-7540785505acd65f0e2915d66ab90c6d7bbb6a52.tar.bz2
gentoo-7540785505acd65f0e2915d66ab90c6d7bbb6a52.zip
dev-python/flask-sqlalchemy: Restrict sqlalchemy ver in 2.4.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-sqlalchemy')
-rw-r--r--dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.4-r1.ebuild (renamed from dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.4.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.4.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.4-r1.ebuild
index 8f39d7cecf39..7d071dda76d6 100644
--- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.4.ebuild
+++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
>=dev-python/flask-0.10[${PYTHON_USEDEP}]
- >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
+ <dev-python/sqlalchemy-1.4[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest