mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user