From 32100e32a0b211f4ec778cb4908e45585e29a36b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 10 Nov 2015 11:33:30 +0100 Subject: Sanitize virtual namespace of python packages Rename virtual/MODULE to virtual/python-MODULE Signed-off-by: Justin Lecher --- dev-python/formencode/formencode-1.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/formencode') diff --git a/dev-python/formencode/formencode-1.3.0-r2.ebuild b/dev-python/formencode/formencode-1.3.0-r2.ebuild index a81fffa4a0e4..87966c02812e 100644 --- a/dev-python/formencode/formencode-1.3.0-r2.ebuild +++ b/dev-python/formencode/formencode-1.3.0-r2.ebuild @@ -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" -- cgit v1.2.3-65-gdbad