mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-20 13:29:02 -04:00
Try adding several more build dependencies
This commit is contained in:
parent
cb4873addb
commit
35aca9ab4f
1 changed files with 12 additions and 3 deletions
|
@ -119,15 +119,24 @@ parts:
|
||||||
source: ./cli
|
source: ./cli
|
||||||
plugin: python
|
plugin: python
|
||||||
build-packages:
|
build-packages:
|
||||||
|
- make
|
||||||
- build-essential
|
- build-essential
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
- zlib1g-dev
|
||||||
|
- libbz2-dev
|
||||||
|
- libreadline-dev
|
||||||
|
- libsqlite3-dev
|
||||||
|
- llvm
|
||||||
|
- libncursesw5-dev
|
||||||
|
- xz-utils
|
||||||
|
- tk-dev
|
||||||
|
- libxml2-dev
|
||||||
|
- libxmlsec1-dev
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
|
- liblzma-dev
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
stage-packages:
|
|
||||||
- python3-pip
|
|
||||||
- python3-setuptools
|
|
||||||
override-build: |
|
override-build: |
|
||||||
pip3 install poetry
|
pip3 install poetry
|
||||||
~/.local/bin/poetry install
|
~/.local/bin/poetry install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue