Skip to content

Commit adb868f

Browse files
author
Kaiyan Sheng
committed
Update global-requirements for psutil to 3.2.0
In order to run monasca-agent in environments using the musl libc such as Alpine Linux, we need psutil>=3.2.0 due to an issue in the old release [1]. [1]: giampaolo/psutil#664 Change-Id: I76570d36648cde2838982542bc4fa2b65d12715f
1 parent 811eb23 commit adb868f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Pillow>=2.4.0 # PIL License
165165
Pint>=0.5 # BSD
166166
pip>=7.1.0 # MIT
167167
PrettyTable>=0.7.1,<0.8 # BSD
168-
psutil>=3.0.1 # BSD
168+
psutil>=3.2.0 # BSD
169169
pyasn1 # BSD
170170
pyasn1-modules # BSD
171171
pycadf>=1.1.0,!=2.0.0 # Apache-2.0

0 commit comments

Comments
 (0)