mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/flask-sqlalchemy: add missing deps
Bug: https://bugs.gentoo.org/701916 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
|
||||
|
||||
inherit distutils-r1
|
||||
@@ -20,6 +21,8 @@ IUSE="doc test"
|
||||
|
||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-0.10[${PYTHON_USEDEP}]
|
||||
dev-python/pallets-sphinx-themes[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx-issues[${PYTHON_USEDEP}]
|
||||
>=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||
|
||||
Reference in New Issue
Block a user