python-dns: fix python-mini dependency to python
authorAlexandru Ardelean <aa@ocedo.com>
Tue, 9 Dec 2014 14:26:03 +0000 (16:26 +0200)
committerAlexandru Ardelean <aa@ocedo.com>
Wed, 10 Dec 2014 11:25:55 +0000 (13:25 +0200)
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 <ardeleanalex@gmail.com>
lang/python-dns/Makefile

index cbb568001c99c2f2f65a2c8f2a6f5747b401eb69..8dcea1dfe40c7146f043cf79abf32e6b8f4d1761 100644 (file)
@@ -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