Browse Source

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>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
4be1abe228
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python-dns/Makefile

+ 1
- 1
lang/python-dns/Makefile View 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


Loading…
Cancel
Save