From 003d59f8dde31b26fb2adc2cffba4c06e0a426e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 4 Dec 2020 13:35:02 +0100 Subject: [PATCH] Revert "dev-python/paste: Remove namespace dep" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 19235b01e5c62d44ae0245bfd1c8d267fd2b294b. Signed-off-by: Michał Górny --- dev-python/paste/{paste-3.5.0-r1.ebuild => paste-3.5.0.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/paste/{paste-3.5.0-r1.ebuild => paste-3.5.0.ebuild} (95%) diff --git a/dev-python/paste/paste-3.5.0-r1.ebuild b/dev-python/paste/paste-3.5.0.ebuild similarity index 95% rename from dev-python/paste/paste-3.5.0-r1.ebuild rename to dev-python/paste/paste-3.5.0.ebuild index 340a03c440273..ceb33d7884b9f 100644 --- a/dev-python/paste/paste-3.5.0-r1.ebuild +++ b/dev-python/paste/paste-3.5.0.ebuild @@ -18,7 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris" -RDEPEND=" +RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}] >=dev-python/six-1.4.0[${PYTHON_USEDEP}]" distutils_enable_tests pytest