Skip to content

Commit 78645ea

Browse files
authored
Merge pull request kivy#1675 from AndreMiras/feature/ticket1539_netifaces_recipe
Bumps netiffaces version & removes from broken list, refs kivy#1539
2 parents 0fef037 + 99476e7 commit 78645ea

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)