mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
dev-python/apng: Remove pathlib2 dependency
Not only is the backported module functionality not needed upstream, but moreover it is only used in tests with are deleted right away during prepare phase. This fixes a non-existing dependency of for pathlib2 with newer python.
This commit is contained in:
parent
b120adbc84
commit
fbc4b8d5b3
2 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
|
|||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pylint-2.2.2[${PYTHON_USEDEP}]
|
||||
dev-python/twine[${PYTHON_USEDEP}]
|
||||
dev-python/wheel[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
|
|||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pylint-2.2.2[${PYTHON_USEDEP}]
|
||||
dev-python/twine[${PYTHON_USEDEP}]
|
||||
dev-python/wheel[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue