From 2b6b0059aa67646547b652a19c99302dc8834068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20=E2=80=9CFreso=E2=80=9D=20S=2E=20Olesen?= Date: Sat, 16 Feb 2019 03:34:17 +0100 Subject: [PATCH] Remove references to "python-cddb" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The use of this Python package was replaced in commit 542e07144385638e5813148c25cf2d5e9e772412 with another CDDB/FreeDB API implemention, but it was still being installed for Travis CI builds and for Docker containers. Signed-off-by: Frederik “Freso” S. Olesen --- .travis.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6eb171c..33d3a3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: # Dependencies - sudo apt-get -qq update - sudo pip install --upgrade -qq pip - - sudo apt-get -qq install cdparanoia cdrdao flac gir1.2-glib-2.0 libcdio-dev libiso9660-dev libsndfile1-dev python-cddb python-gi python-musicbrainzngs python-mutagen python-setuptools sox swig libcdio-utils + - sudo apt-get -qq install cdparanoia cdrdao flac gir1.2-glib-2.0 libcdio-dev libiso9660-dev libsndfile1-dev python-gi python-musicbrainzngs python-mutagen python-setuptools sox swig libcdio-utils - sudo pip install pycdio==0.21 requests setuptools_scm # Testing dependencies diff --git a/Dockerfile b/Dockerfile index ae6509b..276e2fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:buster RUN apt-get update \ && apt-get install -y cdrdao python-gobject-2 python-musicbrainzngs python-mutagen python-setuptools \ - python-cddb python-requests libsndfile1-dev flac sox \ + python-requests libsndfile1-dev flac sox \ libiso9660-dev python-pip swig make pkgconf \ eject locales \ autoconf libtool curl \