GNU bug report logs -
#52955
[PATCH] gnu: beets-bandcamp: Fix build.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sun, 2 Jan 2022 16:58:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 2 Jan 2022 22:25:07 -0500
with message-id <YdJsk908J1kDkUWS <at> jasmine.lan>
and subject line Re: [bug#52955] [PATCH] gnu: beets-bandcamp: Fix build.
has caused the debbugs.gnu.org bug report #52955,
regarding [PATCH] gnu: beets-bandcamp: Fix build.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
52955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52955
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add
python-confuse, python-jellyfish, python-mediafile, python-munkres,
python-musicbrainzngs and python-unidecode.
---
gnu/packages/music.scm | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a9c341ad5f..c37821b49d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -40,7 +40,7 @@
;;; Copyright © 2021 Frank Pursel <frank.pursel <at> gmail.com>
;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey <at> gmail.com>
;;; Copyright © 2021 Justin Veilleux <terramorpha <at> cock.li>
-;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2021, 2022 Felix Gruber <felgru <at> posteo.net>
;;; Copyright © 2021 Simon Streit <simon <at> netpanic.org>
;;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
;;; Copyright © 2021 Thomas Albers Raviola <thomas <at> thomaslabs.org>
@@ -3875,8 +3875,17 @@ your music.")
(build-system python-build-system)
(arguments '(#:tests? #f)) ; there are no tests
(propagated-inputs
- (list beets python-isodate python-beautifulsoup4 python-requests
- python-six))
+ (list beets
+ python-beautifulsoup4
+ python-confuse
+ python-isodate
+ python-jellyfish
+ python-mediafile
+ python-munkres
+ python-musicbrainzngs
+ python-requests
+ python-six
+ python-unidecode))
(home-page "https://github.com/unrblt/beets-bandcamp")
(synopsis "Bandcamp plugin for beets")
(description
--
2.30.2
[Message part 3 (message/rfc822, inline)]
On Sun, Jan 02, 2022 at 04:56:42PM +0000, Felix Gruber wrote:
> * gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add
> python-confuse, python-jellyfish, python-mediafile, python-munkres,
> python-musicbrainzngs and python-unidecode.
Thanks! Pushed as 883be45584e38c8636500df1548a8f356554904f
This bug report was last modified 3 years and 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.