From 4be1abe228a75ec48445b08d53f4855d9c37aa50 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 9 Dec 2014 16:26:03 +0200 Subject: [PATCH] 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 --- lang/python-dns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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