projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0600fe
)
python-sip: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Aug 2010 15:57:51 +0000
(15:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Aug 2010 15:57:51 +0000
(15:57 +0000)
SVN-Revision: 22731
lang/python-sip/Makefile
patch
|
blob
|
history
diff --git
a/lang/python-sip/Makefile
b/lang/python-sip/Makefile
index d70b5ece819d674420f9847346e3db3e796ec690..a46c575d6e224723921573518231f53682b79908 100644
(file)
--- a/
lang/python-sip/Makefile
+++ b/
lang/python-sip/Makefile
@@
-29,6
+29,7
@@
define Package/python-sip
SECTION:=devel
CATEGORY:=Development
TITLE:=Python SIP
+ DEPENDS:=+python
URL:=http://www.riverbankcomputing.co.uk/software/sip/download
endef