diff --git a/rockcraft.yaml b/rockcraft.yaml index 0f832d79..04cd7382 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -147,7 +147,7 @@ parts: - python3-pip overlay-script: | mkdir -p $CRAFT_PART_INSTALL/opt/spark8t/python/dist - pip install --target=${CRAFT_PART_INSTALL}/opt/spark8t/python/dist git+https://github.com/canonical/spark-k8s-toolkit-py.git@main + pip install --target=${CRAFT_PART_INSTALL}/opt/spark8t/python/dist https://github.com/canonical/spark-k8s-toolkit-py/releases/download/v0.0.5/spark8t-0.0.5-py3-none-any.whl rm usr/bin/pip* stage: - opt/spark8t/python/dist