X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fpython%2FMakefile;h=a2394ca5dc13d40ddd1aaf2f3cf3e7f7e18486dd;hp=c4d63d6084cd8918b17b4e48d777f3fe370f0df7;hb=94382e0bcd7398c4dbff30819551ad2d35636517;hpb=1cb827164a6e9433722d6e7bb84199596e2960f6;ds=sidebyside diff --git a/lang/python/Makefile b/lang/python/Makefile index c4d63d6084..a2394ca5dc 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -69,18 +69,19 @@ endef define Package/python-doc $(call Package/python/Default) TITLE:=Python interactive documentation + DEPENDS+= python-core endef define Package/python-expat $(call Package/python/Default) TITLE:=Python support for expat - DEPENDS+= +libexpat + DEPENDS+= python-core +libexpat endef define Package/python-openssl $(call Package/python/Default) TITLE:=Python support for OpenSSL - DEPENDS+= +libopenssl + DEPENDS+= python-core +libopenssl endef