Makefile
changeset 23 ddac0d77cb11
parent 21 5c0a6affeafa
child 26 5d6dc1aaf7ad
--- a/Makefile	Thu Oct 12 09:42:14 2017 +0300
+++ b/Makefile	Fri Dec 01 08:13:48 2017 +0000
@@ -82,7 +82,7 @@
 endef
 
 define get_src_pypi
-$(call get_src_http,http://pypi.python.org/packages/$(1),$(2))
+$(call get_src_http,https://pypi.python.org/packages/$(1),$(2))
 endef
 
 define get_src_sf