mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michał Górny
parent
c0159c8963
commit
88235a1fc3
@@ -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}"
|
||||
Reference in New Issue
Block a user