diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-07-03 16:47:14 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-07-03 16:47:14 +0200 |
commit | 3e4773308b36b61174818ef3a906bedc062b42a4 (patch) | |
tree | 8b8dc4a589d71b81abd7c02a15bc70563a5f885d | |
parent | 342da440bebde9db73b04f43823f64fe2409b634 (diff) | |
download | openwrt-personal-pkgs-3e4773308b36b61174818ef3a906bedc062b42a4.tar.gz openwrt-personal-pkgs-3e4773308b36b61174818ef3a906bedc062b42a4.tar.bz2 openwrt-personal-pkgs-3e4773308b36b61174818ef3a906bedc062b42a4.zip |
python-intelhex: additional fix
-rw-r--r-- | python-intelhex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python-intelhex/Makefile b/python-intelhex/Makefile index bb4ed33..f418da4 100644 --- a/python-intelhex/Makefile +++ b/python-intelhex/Makefile @@ -33,6 +33,8 @@ define Package/python3-intelhex/description scratch and manipulate data from Intel HEX file format. endef +PYTHON3_PKG_SETUP_ARGS:= + $(eval $(call Py3Package,python3-intelhex)) $(eval $(call BuildPackage,python3-intelhex)) $(eval $(call BuildPackage,python3-intelhex-src)) |