Skip to content

Commit 5169b5e

Browse files
committed
Fix hardcoded url
¡¡¡Thanks @AndreMiras!!!
1 parent 7e52c80 commit 5169b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/netifaces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class NetifacesRecipe(CompiledComponentsPythonRecipe):
55

66
version = '0.10.7'
77

8-
url = 'https://files.pythonhosted.org/packages/81/39/4e9a026265ba944ddf1fea176dbb29e0fe50c43717ba4fcf3646d099fe38/netifaces-{version}.tar.gz'
8+
url = 'https://files.pythonhosted.org/packages/source/n/netifaces/netifaces-{version}.tar.gz'
99

1010
depends = ['setuptools']
1111

0 commit comments

Comments
 (0)