projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ea947
)
[packages] python: add dependency on python-core to subpackages
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 May 2008 01:34:03 +0000
(
01:34
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 May 2008 01:34:03 +0000
(
01:34
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11002
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index
c4d63d6
..
a2394ca
100644
(file)
--- 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