From 215c7749c9a3b7e18715d714a5cc7bcd1b62bc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 4 Dec 2020 13:35:01 +0100 Subject: [PATCH] Revert "dev-python/google-auth: Remove namespace dep" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit eac03f5d13e086228691164391a6ef88b129072f. Signed-off-by: Michał Górny --- .../{google-auth-1.20.1-r1.ebuild => google-auth-1.20.1.ebuild} | 1 + 1 file changed, 1 insertion(+) rename dev-python/google-auth/{google-auth-1.20.1-r1.ebuild => google-auth-1.20.1.ebuild} (96%) diff --git a/dev-python/google-auth/google-auth-1.20.1-r1.ebuild b/dev-python/google-auth/google-auth-1.20.1.ebuild similarity index 96% rename from dev-python/google-auth/google-auth-1.20.1-r1.ebuild rename to dev-python/google-auth/google-auth-1.20.1.ebuild index 693d980564d0c..371c951a2d52d 100644 --- a/dev-python/google-auth/google-auth-1.20.1-r1.ebuild +++ b/dev-python/google-auth/google-auth-1.20.1.ebuild @@ -19,6 +19,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" + dev-python/namespace-google[${PYTHON_USEDEP}] >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}] >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}] >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]