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

Commit d2ed8cc

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: snap/snapcraft.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ 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 .
67-
tar -xvf dist/*.tar.gz setup.py
68-
rm -rf dist
68+
tar -xvf dist/*.tar.gz
69+
cd guiscrcpy-*.*
6970
snapcraftctl build
7071
plugin: python
7172
source: .

0 commit comments

Comments
 (0)