python-mistune: add host variant

Host variant is required by host-python-m2r.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Yegor Yefremov 2017-08-02 07:57:23 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent b085302642
commit 720c29cad2

View File

@ -12,3 +12,4 @@ PYTHON_MISTUNE_LICENSE_FILES = LICENSE
PYTHON_MISTUNE_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))