Description: Make sure we use new pypandoc call to convert the README.md file
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2024-01-31

--- python-xkcd-2.4.2.orig/setup.py
+++ python-xkcd-2.4.2/setup.py
@@ -11,7 +11,7 @@ try:
 	import pypandoc
 
 	here = path.abspath(path.dirname(__file__))
-	long_description = pypandoc.convert("README.md", "rst")
+	long_description = pypandoc.convert_file("README.md", "rst")
 
 except ImportError:
 	here = path.abspath(path.dirname(__file__))
