Skip to content

Commit 7259dcb

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 eb939b7 commit 7259dcb

File tree

2 files changed

+1
-103
lines changed

2 files changed

+1
-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

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

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

0 commit comments

Comments
 (0)