Skip to content

Commit

Permalink
change dependency syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Feb 1, 2024
1 parent b079b8a commit 85eaaae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion number_insight_v2/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource(name='pyproject', source='pyproject.toml')

python_distribution(
name='vonage-number-insight',
dependencies=[':pyproject', 'number-insight/src/number-insight::'],
dependencies=[':pyproject', 'number-insight/src/number-insight'],
provides=python_artifact(),
generate_setup=False,
repositories=['https://test.pypi.org/legacy/'],
Expand Down
2 changes: 1 addition & 1 deletion number_insight_v2/src/number_insight_v2/BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python_sources(name='ni_v2')
python_sources()
2 changes: 1 addition & 1 deletion vonage/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource(name='pyproject', source='pyproject.toml')

python_distribution(
name='vonage',
dependencies=[':pyproject', 'vonage::'],
dependencies=[':pyproject', 'vonage/src/vonage'],
provides=python_artifact(),
generate_setup=False,
repositories=['https://test.pypi.org/legacy/'],
Expand Down

0 comments on commit 85eaaae

Please sign in to comment.