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
@@ -78,7 +78,7 @@
     # once the minimum version for ruamel.yaml >= 0.15.99
     # then please update the mypy targets in the Makefile
     "rdflib >= 4.2.2, < 7.0.0",
-    "mistune >= 0.8.1, < 0.9",
+    "mistune0 >= 0.8.1, < 0.9",
     "CacheControl >= 0.11.7, < 0.13",
     "lockfile >= 0.9",  # needed for CacheControl's FileCache
 ]
