From f2afa2412c82cd7297c502dc689caeb1c8fd2eda Mon Sep 17 00:00:00 2001 From: TimurNurlygayanov Date: Thu, 9 Jan 2014 15:44:17 +0400 Subject: [PATCH] Fix issue with secure pip download It is require for new version of pip 1.5: pip no longer will scrape insecure external urls by default nor will it install externally hosted files by default. Users may opt into installing externally hosted or insecure files or urls using --allow-external PROJECT and --allow-unverified PROJECT. (Pull #1055) link with more detailed information: http://www.pip-installer.org/en/latest/news.html Change-Id: Id5255c17b4240ad4025f16b9ebcacb9f55568c04 Closes-Bug: #1267420 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ad649c..0f91adb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pbr>=0.5.21,<1.0 anyjson>=0.3.3 eventlet>=0.13.0 -https://github.com/istalker2/puka/releases/download/1.0.7d/puka-1.0.7d.tar.gz#egg=puka-1.0.7d +http://github.com/istalker2/puka/releases/download/1.0.7d/puka-1.0.7d.tar.gz#egg=puka-1.0.7d