[packages] python: add dependency on python-core to subpackages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11002 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
35ea947770
commit
b1111d1f9e
@ -69,18 +69,19 @@ endef
|
|||||||
define Package/python-doc
|
define Package/python-doc
|
||||||
$(call Package/python/Default)
|
$(call Package/python/Default)
|
||||||
TITLE:=Python interactive documentation
|
TITLE:=Python interactive documentation
|
||||||
|
DEPENDS+= python-core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-expat
|
define Package/python-expat
|
||||||
$(call Package/python/Default)
|
$(call Package/python/Default)
|
||||||
TITLE:=Python support for expat
|
TITLE:=Python support for expat
|
||||||
DEPENDS+= +libexpat
|
DEPENDS+= python-core +libexpat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-openssl
|
define Package/python-openssl
|
||||||
$(call Package/python/Default)
|
$(call Package/python/Default)
|
||||||
TITLE:=Python support for OpenSSL
|
TITLE:=Python support for OpenSSL
|
||||||
DEPENDS+= +libopenssl
|
DEPENDS+= python-core +libopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user