diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-17 12:26:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-17 12:26:51 +0000 |
commit | b328008091840c7da005724004d9d8b8d85c0a80 (patch) | |
tree | 7f2c3d5d4570527a29659a7a68e9b8a297949884 | |
parent | 330fd252ca9bed4df9a3b2b3513b9219439a457b (diff) |
flumition: add more rdepends
-rw-r--r-- | packages/flumotion/flumotion_0.4.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/flumotion/flumotion_0.4.1.bb b/packages/flumotion/flumotion_0.4.1.bb index 178c58ff59..a6207489f4 100644 --- a/packages/flumotion/flumotion_0.4.1.bb +++ b/packages/flumotion/flumotion_0.4.1.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Fluendo Streaming Server" LICENSE = "GPL" DEPENDS = "gstreamer python-gst twisted python-pygtk2" -RDEPENDS = "python-twisted-core python-twisted-web python-core python-gst" +RDEPENDS = " python-pickle python-netclient python-datetime python-crypt python-twisted-core python-twisted-web python-lang python-zopeinterface python-textutils python-core python-gst" RDEPENDS_${PN}-gui = "${PN} python-pygtk2" -PR = "r4" +PR = "r5" SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ file://python-path.patch;patch=1 \ |