Skip to content

[omemo-backend-signal] updated to 0.2.3 #1760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pythonforandroid/recipes/omemo-backend-signal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class OmemoBackendSignalRecipe(PythonRecipe):
name = 'omemo-backend-signal'
version = '0.2.2'
version = '0.2.3'
url = 'https://pypi.python.org/packages/source/o/omemo-backend-signal/omemo-backend-signal-{version}.tar.gz'
site_packages_name = 'omemo-backend-signal'
depends = [
Expand All @@ -15,7 +15,6 @@ class OmemoBackendSignalRecipe(PythonRecipe):
'cryptography',
'omemo',
]
patches = ['wireformat.patch']
call_hostpython_via_targetpython = False


Expand Down
101 changes: 0 additions & 101 deletions pythonforandroid/recipes/omemo-backend-signal/wireformat.patch

This file was deleted.