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:
Alexandru Ardelean 2014-12-10 13:26:56 +02:00
parent 4be1abe228
commit 50bbabec9f

View file

@ -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))