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:
Martin Kletzander 2022-12-02 16:26:41 +01:00
parent b120adbc84
commit fbc4b8d5b3
No known key found for this signature in database
GPG key ID: 081FC29F241786DD
2 changed files with 0 additions and 2 deletions

View file

@ -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}]"

View file

@ -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}]"