diff --git a/python3-psutil.changes b/python3-psutil.changes index d12bfb9..42b09cc 100644 --- a/python3-psutil.changes +++ b/python3-psutil.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 04:31:23 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python3-psutil.spec b/python3-psutil.spec index 11da842..3a601a5 100644 --- a/python3-psutil.spec +++ b/python3-psutil.spec @@ -23,8 +23,9 @@ Summary: A process utilities module for Python Url: http://code.google.com/p/psutil/ Group: Development/Languages/Python Source: psutil-%{version}.tar.gz -BuildRequires: python3-devel +BuildRequires: python3 BuildRequires: python3-2to3 +BuildRequires: python3-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3-distribute