Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: pathlib2 isn't needed for python3-toil
Index: toil/setup.py
===================================================================
--- toil.orig/setup.py
+++ toil/setup.py
@@ -58,7 +58,6 @@ def runSetup():
     dateutil = 'python-dateutil'
     addict = 'addict<=2.2.0'
     sphinx = 'sphinx==1.7.5'
-    pathlib2 = 'pathlib2==2.3.2'
     # We need this specific http-parser that still claims to be version 0.8.3
     # but which builds on Python 3.7+, to satisfy pymesos
     http_parser = 'http-parser' + \
@@ -74,8 +73,7 @@ def runSetup():
         dateutil,
         psutil,
         subprocess32,
-        sphinx,
-        pathlib2]
+        sphinx]
 
     aws_reqs = [
         boto,
