10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d63d64c + d85e988 commit 926e612Copy full SHA for 926e612
pythonforandroid/recipes/omemo-backend-signal/__init__.py
@@ -3,7 +3,7 @@
3
4
class OmemoBackendSignalRecipe(PythonRecipe):
5
name = 'omemo-backend-signal'
6
- version = '0.2.2'
+ version = '0.2.3'
7
url = 'https://pypi.python.org/packages/source/o/omemo-backend-signal/omemo-backend-signal-{version}.tar.gz'
8
site_packages_name = 'omemo-backend-signal'
9
depends = [
@@ -15,7 +15,6 @@ class OmemoBackendSignalRecipe(PythonRecipe):
15
'cryptography',
16
'omemo',
17
]
18
- patches = ['wireformat.patch']
19
call_hostpython_via_targetpython = False
20
21
pythonforandroid/recipes/omemo-backend-signal/wireformat.patch
0 commit comments