From fb30f645d2a460f53eb8e540127ba1e9efdb8e628896134e13a37010eee78a4e Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 22 Apr 2013 16:09:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=21 --- python3-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3-pip.spec b/python3-pip.spec index 452040d..5935270 100644 --- a/python3-pip.spec +++ b/python3-pip.spec @@ -25,10 +25,13 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +#please do not remove, needed for openSUSE <= 12.2 +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-distribute -BuildArch: noarch +Requires: python3 Requires: python3-distribute +BuildArch: noarch %description Pip is a replacement for easy_install. It uses mostly the same techniques for