File python-django-waliki-no-rst2html5.patch of Package python-django-waliki

From 56e51beab5dbea7401c79e707946f7c73a4aa672 Mon Sep 17 00:00:00 2001
From: Oleg Girko <ol@infoserver.lv>
Date: Tue, 28 Mar 2017 02:18:58 +0100
Subject: [PATCH] Don't require rst2html5 module.

Waliki uses its own module for that.

Signed-off-by: Oleg Girko <ol@infoserver.lv>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 150f541..873cff1 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ if sys.argv[-1] == 'publish':
 readme = open('README.rst').read()
 history = open('HISTORY.rst').read().replace('.. :changelog:', '')
 
-install_requires = ['django', 'Markups', 'sh', 'docutils', 'rst2html5', 'pyquery']
+install_requires = ['django', 'Markups', 'sh', 'docutils', 'genshi', 'pyquery']
 
 
 extras_require = {                                      # noqa
-- 
2.9.3