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:
Justin Lecher
2015-11-10 11:33:30 +01:00
parent 14d2bf6e43
commit 32100e32a0
41 changed files with 37 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pycountry[${PYTHON_USEDEP}]
virtual/dnspython[${PYTHON_USEDEP}] )"
virtual/python-dnspython[${PYTHON_USEDEP}] )"
RDEPEND=""
RESTRICT="test"