mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
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:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user