commit:     7b3e8858f9fb43ed6c69ea99df0374c215504b03
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 04:07:47 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 04:14:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3e8858

dev-python/grpcio-status: Fix SRC_URI (/facepalm)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild 
b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
index ab5129e7a914..42d69cb4f7ca 100644
--- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
+++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
@@ -16,10 +16,8 @@ HOMEPAGE="
        https://pypi.org/project/grpcio-status/
 "
 SRC_URI="
-       test? (
-               https://github.com/grpc/grpc/archive/v${PV}.tar.gz
-                       -> ${MY_P}.gh.tar.gz
-       )
+       https://github.com/grpc/grpc/archive/v${PV}.tar.gz
+               -> ${MY_P}.gh.tar.gz
 "
 S=${WORKDIR}/${MY_P}/src/python/grpcio_status
 

Reply via email to