python-versiontools: add host variant

It will be needed by python-json-schema-validator.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2017-07-12 18:27:57 +02:00
parent 0767c6a307
commit 13582f3204

View File

@ -11,3 +11,4 @@ PYTHON_VERSIONTOOLS_SETUP_TYPE = setuptools
PYTHON_VERSIONTOOLS_LICENSE = LGPL-3.0
$(eval $(python-package))
$(eval $(host-python-package))