Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (85bcd1934b97619193164d7aad5fa4fda92c4a7d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (85bcd1934b97619193164d7aad5fa4fda92c4a7d)
  • Date: Fri, 26 Oct 2018 17:05:29 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

python-pypi/beets/DEPENDS | 20 ++++++++++++--------
python-pypi/beets/HISTORY | 3 +++
2 files changed, 15 insertions(+), 8 deletions(-)

New commits:
commit 85bcd1934b97619193164d7aad5fa4fda92c4a7d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/beets: add missing dependencies

diff --git a/python-pypi/beets/DEPENDS b/python-pypi/beets/DEPENDS
index 58d7fdd..319a77c 100755
--- a/python-pypi/beets/DEPENDS
+++ b/python-pypi/beets/DEPENDS
@@ -1,11 +1,15 @@
-depends python &&
-depends setuptools &&
+depends enum34 &&
+depends flac &&
+depends mp3val &&
depends munkres &&
depends mutagen &&
-depends enum34 &&
-depends requests &&
-depends unidecode &&
-depends python-musicbrainz2 &&
+depends python &&
+depends python-flask &&
+depends python-jellyfish &&
+depends python-musicbrainzngs &&
+depends python-pyacoustid &&
+depends python-pylast &&
depends pyyaml &&
-depends flac &&
-depends mp3val
+depends requests &&
+depends setuptools &&
+depends unidecode
diff --git a/python-pypi/beets/HISTORY b/python-pypi/beets/HISTORY
index a388726..d9fe9af 100644
--- a/python-pypi/beets/HISTORY
+++ b/python-pypi/beets/HISTORY
@@ -1,3 +1,6 @@
+2018-10-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: add missing dependencies
+
2018-06-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.4.7




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (85bcd1934b97619193164d7aad5fa4fda92c4a7d), Florian Franzmann, 10/26/2018

Archive powered by MHonArc 2.6.24.

Top of Page