From e6dc5b1ea7fb1d56c675030857d87e677f70c58b5f7bbdd7f12bb4248449f5f0 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 6 Sep 2012 12:55:54 +0000 Subject: [PATCH] Accepting request 132958 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/132958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=7 --- python3-PasteDeploy.changes | 8 ++++++++ python3-PasteDeploy.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/python3-PasteDeploy.changes b/python3-PasteDeploy.changes index a3da987..e9eda0c 100644 --- a/python3-PasteDeploy.changes +++ b/python3-PasteDeploy.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. + ------------------------------------------------------------------- Sun May 27 05:17:57 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python3-PasteDeploy.spec b/python3-PasteDeploy.spec index f8d6933..e8d32b8 100644 --- a/python3-PasteDeploy.spec +++ b/python3-PasteDeploy.spec @@ -26,6 +26,7 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute #there is no port of Paste yet