From 26a32b625e90a6ec989948a35ae6845c856773ce Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 2 May 2008 01:34:03 +0000 Subject: [PATCH] python: add dependency on python-core to subpackages SVN-Revision: 11002 --- lang/python/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index c4d63d608..a2394ca5d 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 -- 2.30.2