| Summary: | dev-python/flask-migrate: Most DEPEND should move to RDEPEND | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | René 'Necoro' Neumann <gentoo> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
solved in version bump to 2.0 |
The current DEPEND-string of flask-migrate reads: DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/alembic[${PYTHON_USEDEP}] dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] dev-python/flask-script[${PYTHON_USEDEP}] At the least, the latter three must move to RDEPEND -- there is just no way how the script would work without them. Also, in python, in general there is no use for sole DEPEND packages, with the exception of setuptools perhaps. All current versions of the package are affected.