We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e52c80 commit 5169b5eCopy full SHA for 5169b5e
pythonforandroid/recipes/netifaces/__init__.py
@@ -5,7 +5,7 @@ class NetifacesRecipe(CompiledComponentsPythonRecipe):
5
6
version = '0.10.7'
7
8
- url = 'https://files.pythonhosted.org/packages/81/39/4e9a026265ba944ddf1fea176dbb29e0fe50c43717ba4fcf3646d099fe38/netifaces-{version}.tar.gz'
+ url = 'https://files.pythonhosted.org/packages/source/n/netifaces/netifaces-{version}.tar.gz'
9
10
depends = ['setuptools']
11
0 commit comments