From e0c5d33a3e338605cb72779a8f60d317fa835ef9f8dfd50d568d51aa0ec4c4f3 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 6 Sep 2012 13:13:14 +0000 Subject: [PATCH] Accepting request 132976 from devel:languages:python Restore BuildRequires: python3 This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in. Building will fail if BuildRequires: python3 is removed. OBS-URL: https://build.opensuse.org/request/show/132976 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-progressbar?expand=0&rev=9 --- python3-progressbar.changes | 8 ++++++++ python3-progressbar.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/python3-progressbar.changes b/python3-progressbar.changes index f887c76..d97380e 100644 --- a/python3-progressbar.changes +++ b/python3-progressbar.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 6 13:05:51 UTC 2012 - toddrme2178@gmail.com + +- Restore BuildRequires: python3 This package depends on hash + algorithms that are only available if python3 is installed, + python3-devel will not pull them in. Building will fail if + BuildRequires: python3 is removed. + ------------------------------------------------------------------- Fri May 25 08:33:12 UTC 2012 - toddrme2178@gmail.com diff --git a/python3-progressbar.spec b/python3-progressbar.spec index 8806b87..ca87db2 100644 --- a/python3-progressbar.spec +++ b/python3-progressbar.spec @@ -24,6 +24,7 @@ Summary: Text Progressbar Library for Python Url: http://code.google.com/p/python-%{modname}/ Group: Development/Libraries/Python Source: http://python-progressbar.googlecode.com/files/%{modname}-%{version}.tar.gz +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildRoot: %{_tmppath}/%{name}-%{version}-build