From 17262f91abbff85b5d204c6cc852fac2b0f836e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 3 Dec 2020 18:10:05 +0100 Subject: [PATCH] dev-python/jaraco-collections: Remove namespace dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...llections-3.0.0.ebuild => jaraco-collections-3.0.0-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) rename dev-python/jaraco-collections/{jaraco-collections-3.0.0.ebuild => jaraco-collections-3.0.0-r1.ebuild} (96%) diff --git a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.0.0-r1.ebuild similarity index 96% rename from dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild rename to dev-python/jaraco-collections/jaraco-collections-3.0.0-r1.ebuild index 6c44053515174..7b1da731a63fa 100644 --- a/dev-python/jaraco-collections/jaraco-collections-3.0.0.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-3.0.0-r1.ebuild @@ -20,7 +20,6 @@ RESTRICT="!test? ( test )" # TODO: remove six when the following PR is merged: # https://github.com/jaraco/jaraco.collections/pull/5 RDEPEND=" - >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}] dev-python/jaraco-classes[${PYTHON_USEDEP}] dev-python/jaraco-text[${PYTHON_USEDEP}] >=dev-python/six-1.7.0[${PYTHON_USEDEP}]