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 <ardeleanalex@gmail.com>
This commit is contained in:
parent
e53dca7f97
commit
4be1abe228
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ define Package/python-dns
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=dnspython
|
TITLE:=dnspython
|
||||||
URL:=http://www.dnspython.org/
|
URL:=http://www.dnspython.org/
|
||||||
DEPENDS:=+python-mini
|
DEPENDS:=+python
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-dns/description
|
define Package/python-dns/description
|
||||||
|
|
Loading…
Reference in a new issue