From 2c10c9c9ac41351253ad11c5970e00cbb9fad0a5e544bb0430294c95e16297ab Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 22 Apr 2013 09:32:49 +0000 Subject: [PATCH] - Simpler spec file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=20 --- python3-pip.changes | 5 +++++ python3-pip.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/python3-pip.changes b/python3-pip.changes index 1e6338d..18a6912 100644 --- a/python3-pip.changes +++ b/python3-pip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 22 09:35:26 UTC 2013 - speilicke@suse.com + +- Simpler spec file + ------------------------------------------------------------------- Fri Mar 8 13:12:37 UTC 2013 - alexandre@exatati.com.br diff --git a/python3-pip.spec b/python3-pip.spec index 54171b3..452040d 100644 --- a/python3-pip.spec +++ b/python3-pip.spec @@ -25,12 +25,9 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python3 -BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildArch: noarch -Requires: python(abi) = %{py3_ver} Requires: python3-distribute %description