From adfc66081bf5380865a56c22b1f75be8217fdf0e9e81b9cfed0241ce4effa566 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sun, 19 Aug 2012 06:20:18 +0000 Subject: [PATCH] Add stevedore as package Requieres. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=30 --- python-virtualenvwrapper.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index 558e9a1..b73418f 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -27,6 +27,7 @@ Source: virtualenvwrapper-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +Requires: python-stevedore Requires: python-virtualenv %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}