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