From: Alexandru Ardelean Date: Tue, 9 Dec 2014 14:26:03 +0000 (+0200) Subject: python-dns: fix python-mini dependency to python X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4be1abe228a75ec48445b08d53f4855d9c37aa50;p=openwrt-packages.git python-dns: fix python-mini dependency to python python-mini does not exist anymore For now we'll just fix the build, and we'll do a bit more smart packaging later. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python-dns/Makefile b/lang/python-dns/Makefile index cbb568001..8dcea1dfe 100644 --- a/lang/python-dns/Makefile +++ b/lang/python-dns/Makefile @@ -26,7 +26,7 @@ define Package/python-dns SUBMENU:=Python TITLE:=dnspython URL:=http://www.dnspython.org/ - DEPENDS:=+python-mini + DEPENDS:=+python endef define Package/python-dns/description