From f2dbbaef4441c96a422551cc3a698f36639a4916 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 16 Oct 2013 11:08:17 +0200 Subject: [PATCH] debian/control: update dependencies, limit to python 2.7 --- debian/control | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 44911f5..4042dd4 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,11 @@ Standards-Version: 3.9.3 Homepage: https://github.com/yomguy/TimeSide Vcs-Browser: https://github.com/yomguy/TimeSide Vcs-Git: https://github.com/yomguy/TimeSide.git +XS-Python-Version: 2.7 Package: python-timeside Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, - python-aubio, - python-yaafe, python-simplejson, python-yaml, python-h5py, @@ -20,6 +19,11 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, gstreamer0.10-plugins-good, gstreamer0.10-gnonlin, gstreamer0.10-plugins-ugly, + python-aubio, + python-yaafe, + python-scipy, + vamp-examples, + vamp-plugin-sdk, Description: open web audio processing framework TimeSide is a set of Python components enabling easy audio processing, transcoding, imaging and streaming. Its simple architecture and high-level -- 2.39.5