Skip to content

Commit

Permalink
Bumps netiffaces version & removes from broken list, refs kivy#1539
Browse files Browse the repository at this point in the history
Only `python2` build fails with:
```
  RAN: /home/user/.local/share/python-for-android/build/other_builds/hostpython2/desktop/hostpython2/native-build/python setup.py build_ext -v

  STDOUT:
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    import setuptools
ImportError: No module named setuptools
```
  • Loading branch information
AndreMiras committed Feb 4, 2019
1 parent 0fef037 commit 99476e7
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 99476e7

Please sign in to comment.