dev-python/smmap2: Prevent package to be installed parallel to smmap

Also the core package name was changed to smmap2, the package is still
installed/imported as smmap.

Closes: https://github.com/gentoo/gentoo/pull/4768
Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
Marius Brehler
2017-05-26 12:22:44 +02:00
committed by Michał Górny
parent c0159c8963
commit 88235a1fc3

View File

@@ -23,7 +23,8 @@ DEPEND="
test? (
dev-python/nose[${PYTHON_USEDEP}]
)"
RDEPEND=""
RDEPEND="
!dev-python/smmap[${PYTHON_USEDEP}]"
python_test() {
nosetests -v || die "tests failed under ${EPYTHON}"