summaryrefslogtreecommitdiff
path: root/python-intelhex/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-07-03 16:47:14 +0200
committerKarel Kočí <karel.koci@nic.cz>2019-07-03 16:47:14 +0200
commit3e4773308b36b61174818ef3a906bedc062b42a4 (patch)
tree8b8dc4a589d71b81abd7c02a15bc70563a5f885d /python-intelhex/Makefile
parent342da440bebde9db73b04f43823f64fe2409b634 (diff)
downloadopenwrt-personal-pkgs-3e4773308b36b61174818ef3a906bedc062b42a4.tar.gz
openwrt-personal-pkgs-3e4773308b36b61174818ef3a906bedc062b42a4.tar.bz2
openwrt-personal-pkgs-3e4773308b36b61174818ef3a906bedc062b42a4.zip
python-intelhex: additional fix
Diffstat (limited to 'python-intelhex/Makefile')
-rw-r--r--python-intelhex/Makefile2
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))