diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-17 12:44:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-17 12:44:29 +0000 |
commit | efea4d9e11b9343de82676563fe152153d7590cf (patch) | |
tree | 176153497c64a772d2beced8128f37bbc8a325e2 /packages | |
parent | f89e3fbb2908901b1b70ddfe632567d1aada7eb5 (diff) |
flumotion: even more python depends
Diffstat (limited to 'packages')
-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 a6207489f4..0d05e68719 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-pickle python-netclient python-datetime python-crypt python-twisted-core python-twisted-web python-lang python-zopeinterface python-textutils python-core python-gst" +RDEPENDS = " python-compression python-fcntl python-pygobject 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 = "r5" +PR = "r6" SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ file://python-path.patch;patch=1 \ |