Author: Michael R. Crusoe <crusoe@debian.org>
Description: work with newer rdlfib
Forwarded: not-needed
--- cwltool.orig/requirements.txt
+++ cwltool/requirements.txt
@@ -1,6 +1,6 @@
 requests>=2.4.3
 ruamel.yaml>=0.12.4,<=0.16.5
-rdflib>=4.2.2,<4.3
+rdflib>=4.2.2,<5.1
 shellescape>=3.4.1,<3.5
 schema-salad>=7,<8
 typing>=3.5.3; python_version<"3.6"
--- cwltool.orig/setup.py
+++ cwltool/setup.py
@@ -95,7 +95,7 @@
         "requests >= 2.6.1",  # >= 2.6.1 to workaround
         # https://github.com/ionrock/cachecontrol/issues/137
         "ruamel.yaml >= 0.12.4, <= 0.16.5",
-        "rdflib >= 4.2.2, < 4.3.0",
+        "rdflib >= 4.2.2, < 5.1",
         "shellescape >= 3.4.1, < 3.5",
         "schema-salad >= 7, < 8",
         "mypy-extensions",
