Remove upper cap for psutil
psutil was capped in early 2014 for no particular reason, lets see if we can uncap it since distributions in general like to move to a newer version since amongst other things it provides a lot more fixes. Also bump minimum to the upper constraint since thats likely our real lower bound meanwhile given that its been at that value for more than two years. Closes-Bug: 1645918 Depends-On: I6be775e83876271012f6b7a777ea2b5cc3a008f6 Change-Id: Ie3c33a6c1eddcca26ea5edd332a8292c006063a3
This commit is contained in:
parent
6182cb46e2
commit
f681a9e617
@ -161,7 +161,7 @@ Pillow>=2.4.0 # PIL License
|
||||
Pint>=0.5 # BSD
|
||||
pip>=7.1.0 # MIT
|
||||
PrettyTable>=0.7.1,<0.8 # BSD
|
||||
psutil>=1.1.1,<2.0.0 # BSD
|
||||
psutil>=1.2.1 # BSD
|
||||
pyasn1 # BSD
|
||||
pyasn1-modules # BSD
|
||||
pycadf>=1.1.0,!=2.0.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user