Browse Source

python-dns: add $(eval $(call PyPackage,python-dns))

Should be included by Python packages if they want to run
Python-package-specific build rules.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
50bbabec9f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/python-dns/Makefile

+ 1
- 0
lang/python-dns/Makefile View File

@ -43,4 +43,5 @@ define Package/python-dns/install
$(1)$(PYTHON_PKG_DIR)
endef
$(eval $(call PyPackage,python-dns))
$(eval $(call BuildPackage,python-dns))

Loading…
Cancel
Save