Skip to content

Commit 470d774

Browse files
committed
[omemo-backend-signal] updated to 0.2.3
"wireformat.patch" has been removed because it is not needed anymore since the recent update of protobuf recipe.
1 parent 84142eb commit 470d774

File tree

3 files changed

+17
-103
lines changed

3 files changed

+17
-103
lines changed

pythonforandroid/recipes/omemo-backend-signal/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class OmemoBackendSignalRecipe(PythonRecipe):
55
name = 'omemo-backend-signal'
6-
version = '0.2.2'
6+
version = '0.2.3'
77
url = 'https://pypi.python.org/packages/source/o/omemo-backend-signal/omemo-backend-signal-{version}.tar.gz'
88
site_packages_name = 'omemo-backend-signal'
99
depends = [
@@ -15,7 +15,6 @@ class OmemoBackendSignalRecipe(PythonRecipe):
1515
'cryptography',
1616
'omemo',
1717
]
18-
patches = ['wireformat.patch']
1918
call_hostpython_via_targetpython = False
2019

2120

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff -urN OMEMO-0.7.1.ori/setup.py OMEMO-0.7.1/setup.py
2+
--- OMEMO-0.7.1.ori/setup.py 2018-09-09 16:31:44.000000000 +0200
3+
+++ OMEMO-0.7.1/setup.py 2018-11-02 09:08:50.819963131 +0100
4+
@@ -15,12 +15,6 @@
5+
license = "GPLv3",
6+
packages = find_packages(),
7+
install_requires = [
8+
- "X3DH>=0.5.3,<0.6",
9+
- "DoubleRatchet>=0.4.0,<0.5",
10+
- "hkdf==0.0.3",
11+
- "pynacl>=1.0.1",
12+
- "cryptography>=1.7.1",
13+
- "protobuf>=2.6.1"
14+
],
15+
python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
16+
zip_safe = True,

pythonforandroid/recipes/omemo-backend-signal/wireformat.patch

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)