From b079b8ad661a94b0e3aa9a80b6d6080296ca6841 Mon Sep 17 00:00:00 2001 From: maxkahan Date: Thu, 1 Feb 2024 03:16:02 +0000 Subject: [PATCH] change dependency syntax --- http_client/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_client/BUILD b/http_client/BUILD index dc165c41..d9eea45b 100644 --- a/http_client/BUILD +++ b/http_client/BUILD @@ -4,7 +4,7 @@ files(sources=['tests/data/*']) python_distribution( name='vonage-http-client', - dependencies=[':pyproject', 'http_client/src'], + dependencies=[':pyproject', 'http_client/src/http_client'], provides=python_artifact(), generate_setup=False, repositories=['https://test.pypi.org/legacy/'],