From c02547ac44316d8040397a5180e7c90e2d50be78 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 May 2010 18:37:24 +0000 Subject: [PATCH] * morituri.spec.in: Add requires for python-setuptools since we use parse_version. Fixes #32. --- ChangeLog | 6 ++++++ morituri.spec.in | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 530bee5..dc1ec89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-05-23 Thomas Vander Stichele + + * morituri.spec.in: + Add requires for python-setuptools since we use parse_version. + Fixes #32. + 2010-05-23 Thomas Vander Stichele * morituri/common/program.py: 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 +- Add python-setuptools requirement + * Sun Sep 06 2009 Thomas Vander Stichele - added requires