mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Add deps to stage-package that are required to install cryptography from pip
This commit is contained in:
parent
d1e509b142
commit
a291aa5843
@ -128,6 +128,12 @@ parts:
|
|||||||
- pynacl
|
- pynacl
|
||||||
- colorama
|
- colorama
|
||||||
- git+https://github.com/onionshare/stem.git@1.8.1
|
- git+https://github.com/onionshare/stem.git@1.8.1
|
||||||
|
stage-packages:
|
||||||
|
- build-essential
|
||||||
|
- libssl-dev
|
||||||
|
- libffi-dev
|
||||||
|
- python3-dev
|
||||||
|
- cargo
|
||||||
stage:
|
stage:
|
||||||
- -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
|
- -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
|
||||||
- -usr/share/doc/libssl1.1/changelog.Debian.gz
|
- -usr/share/doc/libssl1.1/changelog.Debian.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user