From 04ade190a50380b21a364d917d10454763c1b242 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 21 Aug 2022 17:18:47 +0200 Subject: [PATCH] whipper: add missing python3-setuptools dependency --- srcpkgs/whipper/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template index e0f5cf8b802..ff88950a817 100644 --- a/srcpkgs/whipper/template +++ b/srcpkgs/whipper/template @@ -1,13 +1,13 @@ # Template file for 'whipper' pkgname=whipper version=0.10.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools_scm" makedepends="libsndfile-devel python3-devel" depends="libcdio-paranoia cdrdao python3-gobject python3-musicbrainzngs python3-mutagen python3-requests python3-pycdio python3-discid - python3-ruamel.yaml flac sox" + python3-setuptools python3-ruamel.yaml flac sox" checkdepends="$depends python3-pytest python3-Twisted" short_desc="Python CD-DA ripper preferring accuracy over speed" maintainer="Stefano Ragni "