From 80e1a4c36da9ff7a13c4bc8e2bb23af69b8aa635516817b6527cf7415df75ea8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 14 Jan 2014 09:57:04 +0000 Subject: [PATCH] Accepting request 213603 from home:pronik:baamm Remove circular and also unneeded runtime pip dependency. OBS-URL: https://build.opensuse.org/request/show/213603 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=37 --- python-virtualenv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 5ec62b7..1b76868 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel # Documentation requirements BuildRequires: python-Sphinx -Requires: python-pip +#Requires: python-pip Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives