Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix the correct python package for building heronpy (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
srkukarni authored Oct 27, 2017
1 parent d0f79d2 commit 2e23cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/packages/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ genrule(
stamp = 1,
tools = [
"//heronpy/api:heron-python-package",
"//heronpy/streamlet:heron-streamlet-api-package",
"//heronpy/streamlet:heron-python-streamlet-api-package",
"//heronpy/connectors:heron-pythonconnectors-package",
"//heronpy/proto:proto-py-package",
],
Expand All @@ -405,7 +405,7 @@ genrule(
'echo $$HERON_VERSION',
'mkdir -p $$TMP_DIR $$HERONPY_DIR',
'unzip -qd $$HERONPYAPI_UNZIP $(location //heronpy/api:heron-python-package)',
'unzip -qd $$HERONPYSTREAMLET_UNZIP $(location //heronpy/streamlet:heron-streamlet-api-package)',
'unzip -qd $$HERONPYSTREAMLET_UNZIP $(location //heronpy/streamlet:heron-python-streamlet-api-package)',
'unzip -qd $$HERONPYCONNECTORS_UNZIP $(location //heronpy/connectors:heron-pythonconnectors-package)',
'unzip -qd $$HERONPYPROTO_UNZIP $(location //heronpy/proto:proto-py-package)',
'find $$HERONPYAPI_UNZIP -name "*.pyc" -exec rm {} \;',
Expand Down

0 comments on commit 2e23cac

Please sign in to comment.