My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/python-modules/pypandoc/static-pandoc-path.patch

12 lines
320 B

diff --git a/pypandoc/__init__.py b/pypandoc/__init__.py
index b8f4e9a..295e182 100644
--- a/pypandoc/__init__.py
+++ b/pypandoc/__init__.py
@@ -771,5 +771,5 @@ def clean_pandocpath_cache():
__pandoc_path = None
-__version = None
-__pandoc_path = None
+__version = "@pandocVersion@"
+__pandoc_path = "@pandoc@"