From dba7f9a8788060d3b11fc0d8a399485d38bc281c Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Mon, 19 Oct 2015 20:02:04 +1100 Subject: [PATCH] Remove upper cap on Pillow In Ieffd37f9d49b53c36da31916a6af4f3bfe11d411 we added a cap on Pillow as Pillow 3.0.0 required additional C development headers to be present to build. Those binaries should be present since I8da7dd95ae24cf06dc7bdc300fcf39947a6df093 merged. Remove the upper cap now. Depends-On: I2bec8cf1bfeaaa6ae329704229fdeb86d26e55c7 Change-Id: I881ad72e48a4da0a828706fcbbc51de7741db6c1 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index e6c194b1d6..a0fb3b07da 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -115,7 +115,7 @@ pecan>=1.0.0 pexpect>=3.1,!=3.3 # ISC License pika>=0.10.0 pika-pool>=0.1.2 -Pillow>=2.4.0,<3.0.0 # MIT +Pillow>=2.4.0 # MIT Pint>=0.5 # BSD pip>=6.0 posix_ipc