Skip to content

Commit

Permalink
fix: allow missing hashes to build
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Feb 5, 2025
1 parent 8ae8b19 commit 0ae817d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements-noble.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
python-apt @ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python-apt/2.7.7ubuntu3/python-apt_2.7.7ubuntu3.tar.xz ; sys_platform == 'linux' \
--hash=sha256:4e9e0db35a2a6e91f703fe9e179edb44da753a22aed47ceff678fe6cf3461c43
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ parts:
# Extensions currently expect to find data files in share/rockcraft/
"**/site-packages/extensions": share/rockcraft/extensions
override-build: |
uv export --no-dev --no-emit-workspace --no-emit-package pywin32 --output-file uv-requirements.txt
uv export --no-hashes --no-dev --no-emit-workspace --no-emit-package pywin32 --output-file uv-requirements.txt
${SNAP}/libexec/snapcraft/craftctl default
version="$("${CRAFT_STAGE}/usr/bin/python3" -c "import rockcraft;print(rockcraft.__version__)")"
Expand Down

0 comments on commit 0ae817d

Please sign in to comment.