14
0

Add stevedore as package Requieres.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=30
This commit is contained in:
Alexandre Rogoski
2012-08-19 06:20:18 +00:00
committed by Git OBS Bridge
parent 3db4e0bf77
commit adfc66081b

View File

@@ -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()")}