mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 05:42:15 -04:00
Snapcraft: Only install the latest setuptools inside the poetry virtualenv
This commit is contained in:
parent
a6cdfe8e8e
commit
44f2f5189d
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ parts:
|
||||||
- cargo
|
- cargo
|
||||||
override-build: |
|
override-build: |
|
||||||
python3 -m pip install poetry
|
python3 -m pip install poetry
|
||||||
python3 -m pip install setuptools --upgrade
|
|
||||||
poetry install
|
poetry install
|
||||||
poetry run pip install setuptools --upgrade
|
poetry run pip install setuptools --upgrade
|
||||||
poetry build
|
poetry build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue