diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-20 00:24:53 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-20 00:24:53 +0000 |
commit | f923801e024e0b18362e51140d59ad94d87af913 (patch) | |
tree | 337d0a08973ae44b2133094a4ecd6d42499aa422 /packages/flumotion | |
parent | 3120ee7cb4dac4b5ca97e90e97c8d4ee1b19bc44 (diff) |
flumotion: depend on python-twisted instead of the non-existant "twisted"
Diffstat (limited to 'packages/flumotion')
-rw-r--r-- | packages/flumotion/flumotion_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/flumotion/flumotion_0.4.1.bb b/packages/flumotion/flumotion_0.4.1.bb index 976c8c4142..c746da6c8f 100644 --- a/packages/flumotion/flumotion_0.4.1.bb +++ b/packages/flumotion/flumotion_0.4.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Fluendo Streaming Server" LICENSE = "GPL" -DEPENDS = "gstreamer python-imaging python-gst twisted python-pygtk" +DEPENDS = "gstreamer python-imaging python-gst python-twisted python-pygtk" RDEPENDS = "python-resource python-pprint python-threading \ python-imaging python-xml python-curses \ python-compression python-fcntl python-pygobject \ |