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

Commit

Permalink
fix: install 'build' with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Nov 6, 2021
1 parent f33ab3e commit 8d063e9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@ parts:
after: [classic-launch, debian-multiarch-triplet-provider-launch]
# See 'snapcraft plugins'
build-packages:
- python3-build
- python3-pip
override-build: |
python -m build .
tar -xvf dist/*.tar.gz setup.py
rm -rf dist
snapcraftctl build
python -m venv $SNAPCRAFT_PART_INSTALL
source $SNAPCRAFT_PART_INSTALL/bin/activate
pip install poetry
python -m poetry install -E PySide2 --no-dev
ls -al $SNAPCRAFT_PART_INSTALL
plugin: python
source: .

Expand Down

0 comments on commit 8d063e9

Please sign in to comment.