Skip to content

Commit 99476e7

Browse files
committed
Bumps netiffaces version & removes from broken list, refs kivy#1539
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 ```
1 parent 0fef037 commit 99476e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class TargetPython(Enum):
3333
'libtribler',
3434
'ndghttpsclient',
3535
'm2crypto',
36+
# ImportError: No module named setuptools
3637
'netifaces',
3738
'Pillow',
3839
# depends on cffi that still seems to have compilation issues
@@ -78,7 +79,6 @@ class TargetPython(Enum):
7879
'kivent_core', 'kivent_cymunk', 'kivent_particles', 'kivent_polygen',
7980
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
8081
'psycopg2',
81-
'netifaces',
8282
# fatal error: crypt.h: No such file or directory
8383
'pyleveldb',
8484
'protobuf_cpp',

pythonforandroid/recipes/netifaces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class NetifacesRecipe(CompiledComponentsPythonRecipe):
55

6-
version = '0.10.7'
6+
version = '0.10.9'
77

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

0 commit comments

Comments
 (0)