From: Guillaume Pellerin Date: Wed, 31 Jan 2024 17:13:13 +0000 (+0100) Subject: add python3-mysqldb dep X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=96d22bf91272cfeb9393703be9bd501b209c34c1;p=deefuzzer.git add python3-mysqldb dep --- diff --git a/README.rst b/README.rst index 8e10e60..8893eb9 100644 --- a/README.rst +++ b/README.rst @@ -106,7 +106,7 @@ To install it, say on Debian, do:: sudo apt-get install python3-pip python3-dev cython3 python3-liblo \ python3-mutagen python3-pycurl python3-yaml \ - libshout3-dev librtmp-dev liblo-dev \ + python3-mysqldb libshout3-dev librtmp-dev liblo-dev \ libcurl4-openssl-dev libmariadb-dev-compat Then::