mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-28 09:58:08 -07:00
dev-python/pickleshare: Depend on pathlib2 instead of pathlib
Bug: https://bugs.gentoo.org/619344 Closes: https://github.com/gentoo/gentoo/pull/4710 Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
committed by
Michał Górny
parent
cfe6b065f1
commit
af88e1c95a
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' 'python2*')
|
||||
$(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' 'python2*')
|
||||
>=dev-python/path-py-6.2[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
Reference in New Issue
Block a user