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:
Marius Brehler
2017-05-22 11:51:38 +02:00
committed by Michał Górny
parent cfe6b065f1
commit af88e1c95a

View File

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