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