From fc3db193137cdfaa710a86efb1e4173f2a0928538eb226228c77bc8f0c92d035 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 6 Sep 2012 12:56:44 +0000 Subject: [PATCH] Accepting request 132962 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/132962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=5 --- python3-autopep8.changes | 8 ++++++++ python3-autopep8.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/python3-autopep8.changes b/python3-autopep8.changes index 1a6a295..f62eb7a 100644 --- a/python3-autopep8.changes +++ b/python3-autopep8.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 6 09:28:27 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. + ------------------------------------------------------------------- Tue Aug 21 06:09:35 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python3-autopep8.spec b/python3-autopep8.spec index f8a679b..73d16d8 100644 --- a/python3-autopep8.spec +++ b/python3-autopep8.spec @@ -25,6 +25,7 @@ License: Expat License Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/a/%{modname}/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute Requires: python3-pep8