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>
This commit is contained in:
parent
4be1abe228
commit
50bbabec9f
1 changed files with 1 additions and 0 deletions
|
@ -43,4 +43,5 @@ define Package/python-dns/install
|
||||||
$(1)$(PYTHON_PKG_DIR)
|
$(1)$(PYTHON_PKG_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
$(eval $(call PyPackage,python-dns))
|
||||||
$(eval $(call BuildPackage,python-dns))
|
$(eval $(call BuildPackage,python-dns))
|
||||||
|
|
Loading…
Reference in a new issue