From 5249c4dfee6e0bd89a5a5c68d17c659409cc5799 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 28 Jun 2013 23:33:30 +0200 Subject: [PATCH] fix django==1.4.5, cleanup deps --- INSTALL.rst | 4 ++-- setup.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 1954ceb3..f14b19b2 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -18,12 +18,12 @@ Install the system dependencies Install all dependencies like this:: - sudo aptitude install python python-dev python-django python-xml python-mysqldb mysql-server \ + sudo aptitude install python python-dev python-django python-xml \ python-ctypes python-setuptools python-support python-docutils \ python-libxml2 python-django-registration python-lxml python-numpy \ python-scipy python-imaging python-mutagen python-gobject python-gst0.10 \ gstreamer0.10-plugins-base gobject-introspection python-django-south - python-pip gir1.0-gstreamer-0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad + python-pip gir1.2-gstreamer-0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad To get non-free (MP3, MP4, AAC, etc) decoding and encoding features, add Debian Multimedia repository and install the modules:: diff --git a/setup.py b/setup.py index 36b56f66..6f99c550 100644 --- a/setup.py +++ b/setup.py @@ -13,13 +13,14 @@ setup( author_email = "yomguy@parisson.com", version = '1.4.5', install_requires = [ - 'django>=1.4', + 'django==1.4.5', 'django-registration', 'django-json-rpc', 'timeside', 'south', 'sorl-thumbnail', 'django-extensions', + 'docutils', ], platforms=['OS Independent'], license='CeCILL v2', -- 2.39.5