mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-20 05:22:20 -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
|
||||
plugin: python
|
||||
build-packages:
|
||||
- make
|
||||
- build-essential
|
||||
- libssl-dev
|
||||
- zlib1g-dev
|
||||
- libbz2-dev
|
||||
- libreadline-dev
|
||||
- libsqlite3-dev
|
||||
- llvm
|
||||
- libncursesw5-dev
|
||||
- xz-utils
|
||||
- tk-dev
|
||||
- libxml2-dev
|
||||
- libxmlsec1-dev
|
||||
- libffi-dev
|
||||
- liblzma-dev
|
||||
- python3-dev
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
stage-packages:
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
override-build: |
|
||||
pip3 install poetry
|
||||
~/.local/bin/poetry install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue