diff options
| author | Jared Bents <jared.bents@rockwellcollins.com> | 2018-03-20 15:39:41 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-25 22:25:41 +0200 |
| commit | 300e335a2dc40a45fc993deca020062824c08705 (patch) | |
| tree | 27ed4304b538372b1b6305c423549fd25fe927b5 | |
| parent | b3b5608b47525799b0601d45939d3bae545fd124 (diff) | |
| download | buildroot-300e335a2dc40a45fc993deca020062824c08705.tar.gz buildroot-300e335a2dc40a45fc993deca020062824c08705.zip | |
python-decorator: update to add host package
Update to add host package for python decorator
Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | package/python-decorator/python-decorator.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-decorator/python-decorator.mk b/package/python-decorator/python-decorator.mk index c0c43f6096..3802f3dc16 100644 --- a/package/python-decorator/python-decorator.mk +++ b/package/python-decorator/python-decorator.mk @@ -11,3 +11,4 @@ PYTHON_DECORATOR_LICENSE = BSD-2-Clause PYTHON_DECORATOR_SETUP_TYPE = setuptools $(eval $(python-package)) +$(eval $(host-python-package)) |

