[SCM] morituri/master: * morituri.spec.in: Add requires for python-setuptools since we use parse_version. Fixes #32.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:20 UTC 2014


The following commit has been merged in the master branch:
commit c02547ac44316d8040397a5180e7c90e2d50be78
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun May 23 18:37:24 2010 +0000

    	* morituri.spec.in:
    	  Add requires for python-setuptools since we use parse_version.
    	  Fixes #32.

diff --git a/ChangeLog b/ChangeLog
index 530bee5..dc1ec89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-05-23  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri.spec.in:
+	  Add requires for python-setuptools since we use parse_version.
+	  Fixes #32.
+
+2010-05-23  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/common/program.py:
 	  Set results by default so that it is set even if we get an
 	  exception getting them.
diff --git a/morituri.spec.in b/morituri.spec.in
index 1561cb7..3c9d03e 100644
--- a/morituri.spec.in
+++ b/morituri.spec.in
@@ -23,6 +23,9 @@ Requires:       gstreamer-python
 Requires:       python-musicbrainz2
 Requires:       pycdio
 
+# we use parse_version in code
+Requires:       python-setuptools
+
 %description
 Morituri is a CD ripper.
 
@@ -49,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/bash_completion.d/rip
 
 %changelog
+* Sun May 23 2010 Thomas Vander Stichele <thomas at apestaart dot org>
+- Add python-setuptools requirement
+
 * Sun Sep 06 2009 Thomas Vander Stichele <thomas at apestaart dot org>
 - added requires
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list