forked from pool/python-six
- Bring back argparse requirement for SP3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=15
This commit is contained in:
parent
b1b75493bf
commit
35afa7210c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 14:52:36 UTC 2014 - speilicke@suse.com
|
||||
|
||||
- Bring back argparse requirement for SP3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 15:34:12 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-six
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%define modname six
|
||||
Name: python-six
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
@ -33,6 +32,7 @@ BuildRequires: python-Sphinx
|
||||
BuildRequires: python-py
|
||||
BuildRequires: python-pytest
|
||||
%if 0%{?suse_version} <= 1110
|
||||
BuildRequires: python-argparse
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
%else
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user