summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-10 13:45:57 -0700
committerMicah Lee <micah@micahflee.com>2021-09-10 13:45:57 -0700
commit3d4197dd3072697229e0d9fcaa43043931e8b9a3 (patch)
tree54360d868a84d55eddb01fe65145c6971b9169a3
parent54d245206c15273e2ddfddd38d06ede46c1f0102 (diff)
downloadonionshare-3d4197dd3072697229e0d9fcaa43043931e8b9a3.tar.gz
onionshare-3d4197dd3072697229e0d9fcaa43043931e8b9a3.zip
Update snapcraft python deps, and build for multiple architectures
-rw-r--r--snap/snapcraft.yaml12
1 files changed, 7 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index b1a16ccf..4d879497 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: onionshare
base: core18
-version: '2.4'
+version: '2.4.dev1'
summary: Securely and anonymously share files, host websites, and chat using Tor
description: |
OnionShare lets you securely and anonymously send and receive files. It works by starting
@@ -8,9 +8,11 @@ description: |
web address so others can download files from you, or upload files to you. It does _not_
require setting up a separate server or using a third party file-sharing service.
-grade: stable # stable or devel
+grade: develop # stable or devel
confinement: strict
+architectures: [amd64, i386, arm64, armhf]
+
apps:
onionshare:
common-id: org.onionshare.OnionShare
@@ -114,19 +116,19 @@ parts:
plugin: python
python-version: python3
python-packages:
- - poetry
- click
- flask
- flask-socketio == 5.0.1
- - pycryptodome
- psutil
- pysocks
- requests
- - stem
+ - unidecode
- urllib3
- eventlet
- setuptools
+ - pynacl
- colorama
+ - git+https://github.com/onionshare/stem.git@1.8.1
stage:
- -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
- -usr/share/doc/libssl1.1/changelog.Debian.gz