Skip to content

Bumps netiffaces version & removes from broken list, refs #1539 #1675

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
2 changes: 1 addition & 1 deletion ci/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class TargetPython(Enum):
'libtribler',
'ndghttpsclient',
'm2crypto',
# ImportError: No module named setuptools
'netifaces',
'Pillow',
# depends on cffi that still seems to have compilation issues
Expand Down Expand Up @@ -78,7 +79,6 @@ class TargetPython(Enum):
'kivent_core', 'kivent_cymunk', 'kivent_particles', 'kivent_polygen',
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
'psycopg2',
'netifaces',
# fatal error: crypt.h: No such file or directory
'pyleveldb',
'protobuf_cpp',
Expand Down
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/netifaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class NetifacesRecipe(CompiledComponentsPythonRecipe):

version = '0.10.7'
version = '0.10.9'

url = 'https://files.pythonhosted.org/packages/source/n/netifaces/netifaces-{version}.tar.gz'

Expand Down