# HG changeset patch # User Paul Beltyukov # Date 1512116028 0 # Node ID ddac0d77cb117380013f4c1469b0e4a68e4b493a # Parent 5c0a6affeafaf7483e1a0f88fedd67f8bf21be5c pypi repo now requires https diff -r 5c0a6affeafa -r ddac0d77cb11 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