mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/python-semver: enable host variant
The host variant is required to build the python-changelog-chug package. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
7b87f8cb21
commit
2dc0482b07
@@ -11,5 +11,7 @@ PYTHON_SEMVER_SETUP_TYPE = setuptools
|
||||
PYTHON_SEMVER_LICENSE = BSD-3-Clause
|
||||
PYTHON_SEMVER_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_SEMVER_DEPENDENCIES = host-python-setuptools-scm
|
||||
HOST_PYTHON_SEMVER_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user