Skip to content

Commit

Permalink
Merge pull request #1675 from AndreMiras/feature/ticket1539_netifaces…
Browse files Browse the repository at this point in the history
…_recipe

Bumps netiffaces version & removes from broken list, refs #1539
  • Loading branch information
AndreMiras authored Feb 4, 2019
2 parents 0fef037 + 99476e7 commit 78645ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 78645ea

Please sign in to comment.