Skip to content

Commit

Permalink
Update global-requirements for psutil to 3.2.2
Browse files Browse the repository at this point in the history
In order to run monasca-agent in environments using the musl libc
such as Alpine Linux, we need psutil>=3.2.2 due to an issue in the
old release [1].

[1]: giampaolo/psutil#664

Change-Id: I76570d36648cde2838982542bc4fa2b65d12715f
  • Loading branch information
Kaiyan Sheng committed Feb 2, 2017
1 parent 811eb23 commit d6e0bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Pillow>=2.4.0 # PIL License
Pint>=0.5 # BSD
pip>=7.1.0 # MIT
PrettyTable>=0.7.1,<0.8 # BSD
psutil>=3.0.1 # BSD
psutil>=3.2.2 # BSD
pyasn1 # BSD
pyasn1-modules # BSD
pycadf>=1.1.0,!=2.0.0 # Apache-2.0
Expand Down

0 comments on commit d6e0bf7

Please sign in to comment.