From: Guillaume Pellerin Date: Wed, 18 Mar 2015 12:41:09 +0000 (+0100) Subject: update mysql deps X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0a6c82c7aba323d6e66f3a54583002e52ff10332;p=timeside.git update mysql deps --- diff --git a/Dockerfile b/Dockerfile index f75a769..5d5b91c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-key adv --keyserver pgp.mit.edu --recv-key E3298399DF14BB7C && \ echo 'deb http://debian.parisson.com/debian/ wheezy main' > /etc/apt/sources.list.d/parisson.list && \ apt-get update && \ apt-get -y --force-yes -t wheezy-backports dist-upgrade && \ - apt-get install -y --force-yes python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-alsa vamp-examples libmysqlclient-dev && \ + apt-get install -y --force-yes python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-alsa vamp-examples && \ apt-get install -y --force-yes -t wheezy-backports python-yaafe && \ apt-get install -y --force-yes wget bzip2 build-essential && \ apt-get clean diff --git a/conda-requirements.txt b/conda-requirements.txt index b2f33a3..2322391 100644 --- a/conda-requirements.txt +++ b/conda-requirements.txt @@ -13,4 +13,4 @@ requests=2.5.1=py27_0 scipy=0.14.0=np19py27_0 setuptools=12.2=py27_0 traits=4.4.0=py27_0 -mysql-python=1.2.5=py27_0 \ No newline at end of file +mysql-python=1.2.3=py27_0 \ No newline at end of file diff --git a/setup.py b/setup.py index d781774..4847c79 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,6 @@ setup( 'networkx', 'django-celery', 'watchdog', - 'mysql', ], platforms=['OS Independent'], license='Gnu Public License V2',