Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit 984ccd2

Browse files
committed
fix: install 'build' with pip
1 parent f33ab3e commit 984ccd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: snap/snapcraft.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ parts:
6161
after: [classic-launch, debian-multiarch-triplet-provider-launch]
6262
# See 'snapcraft plugins'
6363
build-packages:
64-
- python3-build
64+
- python3-pip
6565
override-build: |
66+
pip install build
6667
python -m build .
6768
tar -xvf dist/*.tar.gz setup.py
6869
rm -rf dist

0 commit comments

Comments
 (0)