| Summary: | dev-python/pew lacks runtime dependencies | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Keery Nie <windmgc> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jstein |
| Priority: | Normal | Keywords: | PullRequest |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://github.com/gentoo/gentoo/pull/17048 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Package removed. |
``` pkg_resources.DistributionNotFound: The 'backports.shutil_get_terminal_size' distribution was not found and is required by pew ``` ``` RDEPEND="" DEPEND="${RDEPEND} >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}] >=dev-python/setuptools-17.1[${PYTHON_USEDEP}] >=dev-python/shutilwhich-1.1.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-1.11.6[${PYTHON_USEDEP}] >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]" ``` Obviously the dev-python/pythonz-bd and dev-python/shutilwhich are runtime dependencies for pew and should not only exist in build dependencies.