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.
1 parent 84142eb commit fe7879aCopy full SHA for fe7879a
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