pypi repo now requires https
authorPaul Beltyukov <beltyukov.p.a@gmail.com>
Fri, 01 Dec 2017 08:13:48 +0000
changeset 23 ddac0d77cb11
parent 21 5c0a6affeafa
child 24 c29998919c70
pypi repo now requires https
Makefile
--- 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