Author: Micharl R. Crusoe <crusoe@debian.org>
Description: allower newer ruamel.yaml versions
Forwarded: not-needed
--- cwltool.orig/requirements.txt
+++ cwltool/requirements.txt
@@ -1,5 +1,5 @@
 requests>=2.4.3
-ruamel.yaml>=0.12.4,<=0.16.5
+ruamel.yaml>=0.12.4
 rdflib>=4.2.2,<5.1
 shellescape>=3.4.1,<3.5
 schema-salad>=7,<8
--- cwltool.orig/setup.py
+++ cwltool/setup.py
@@ -94,7 +94,7 @@
         "setuptools",
         "requests >= 2.6.1",  # >= 2.6.1 to workaround
         # https://github.com/ionrock/cachecontrol/issues/137
-        "ruamel.yaml >= 0.12.4, <= 0.16.5",
+        "ruamel.yaml >= 0.12.4",
         "rdflib >= 4.2.2, < 5.1",
         "shellescape >= 3.4.1, < 3.5",
         "schema-salad >= 7, < 8",
