Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Use Debian's newer python3-psutil
--- toil.orig/setup.py
+++ toil/setup.py
@@ -24,8 +24,8 @@
     boto3 = 'boto3>=1.7.50, <2.0'
     futures = 'futures==3.1.1'
     pycryptodome = 'pycryptodome==3.5.1'
-    psutil = 'psutil==3.0.1'
-    protobuf = 'protobuf==3.5.1'
+    psutil = 'psutil>=3.0.1'
+    protobuf = 'protobuf>=3.5.1'
     azureCosmosdbTable = 'azure-cosmosdb-table==0.37.1'
     azureAnsible = 'ansible[azure]==2.5.0a1'
     azureStorage = 'azure-storage==0.35.1'
