Skip to content

Commit 77f94e2

Browse files
committed
Bumps netiffaces version & removes from broken list, refs #1539
1 parent 1e49255 commit 77f94e2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ci/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class TargetPython(Enum):
3333
'libtribler',
3434
'ndghttpsclient',
3535
'm2crypto',
36-
'netifaces',
3736
'Pillow',
3837
# depends on cffi that still seems to have compilation issues
3938
'protobuf_cpp',
@@ -76,7 +75,6 @@ class TargetPython(Enum):
7675
'kivent_core', 'kivent_cymunk', 'kivent_particles', 'kivent_polygen',
7776
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
7877
'psycopg2',
79-
'netifaces',
8078
'protobuf_cpp',
8179
# most likely some setup in the Docker container, because it works in host
8280
'pyjnius', 'pyopenal',

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)