mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
Sanitize virtual namespace of python packages
Rename virtual/MODULE to virtual/python-MODULE Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -21,7 +21,7 @@ RDEPEND="
|
||||
dev-python/llvmlite[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3})
|
||||
virtual/funcsigs[${PYTHON_USEDEP}]"
|
||||
virtual/python-funcsigs[${PYTHON_USEDEP}]"
|
||||
DEPEND="test? ( ${RDEPEND} )"
|
||||
|
||||
# test phase is pointless since it errors in circa 60% of 1984 tests
|
||||
|
||||
@@ -21,7 +21,7 @@ RDEPEND="
|
||||
dev-python/llvmlite[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3})
|
||||
virtual/funcsigs[${PYTHON_USEDEP}]"
|
||||
virtual/python-funcsigs[${PYTHON_USEDEP}]"
|
||||
DEPEND="test? ( ${RDEPEND} )
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ RDEPEND="
|
||||
dev-python/llvmlite[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3})
|
||||
virtual/funcsigs[${PYTHON_USEDEP}]"
|
||||
virtual/python-funcsigs[${PYTHON_USEDEP}]"
|
||||
DEPEND="test? ( ${RDEPEND} )
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user