forked from pool/python-virtualenv-clone
- Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv-clone?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
3fea9b5e1c
commit
25ba856f41
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-virtualenv-clone
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -13,18 +13,19 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-virtualenv-clone
|
||||
Version: 0.2.4
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Script to clone virtualenvs
|
||||
Url: http://github.com/edwardgeorge/virtualenv-clone
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/edwardgeorge/virtualenv-clone
|
||||
Source: virtualenv-clone-%{version}.tar.bz2
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-setuptools
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%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()")}
|
||||
|
||||
Reference in New Issue
Block a user