From 7d4cb5be597e30a20875e529fcec25ff8417a74e Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 4 Apr 2018 13:10:46 +0000
Subject: [PATCH] Found additional pip versions that are broken.  Limiting pip
 to 9.0.1 for now.  - Legacy-Id: 15003

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 9c7ae1f22..9b5187d54 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -35,7 +35,7 @@ patch>=1.16,<2.0
 pathlib>=1.0
 pathlib2>=2.3.0
 Pillow>=3.0
-pip>=9.0.1,!=9.0.2,!=9.0.3	# Earlier pip has issues, 9.0.2 and 9.0.3 leaves dross when down- and up-grading packages
+pip==9.0.1			# Earlier pip has issues, 9.0.2 and 9.0.3, 10.0.0b1 leaves dross when down- and up-grading packages
 pyang>=1.7.2,<2.0
 pyflakes>=0.9.2
 pyopenssl>=17.5.0		# Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency