Author: Michael R. Crusoe <crusoe@debian.org>
Description: use new debian name for mistune 0.8.4
Forwarded: not-needed
--- python-schema-salad.orig/schema_salad/makedoc.py
+++ python-schema-salad/schema_salad/makedoc.py
@@ -19,7 +19,7 @@
 )
 from urllib.parse import urldefrag
 
-import mistune
+import mistune0 as mistune
 
 from .exceptions import SchemaSaladException, ValidationException
 from .schema import avro_field_name, extend_and_specialize, get_metaschema
--- python-schema-salad.orig/setup.py
+++ python-schema-salad/setup.py
@@ -87,7 +87,7 @@
     "ruamel.yaml >= 0.16.12, < 0.17.22",
     "rdflib >= 4.2.2, < 7.0.0",
     "rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'",
-    "mistune >= 0.8.1, < 0.9",
+    "mistune0 >= 0.8.1, < 0.9",
     "CacheControl[filecache] >= 0.11.7, < 0.13",
 ]
 
