From 35afa7210ca0d73d9cdf581f93838f54b023288e4dc8e09e4047a2a7e42ad2df Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 7 Jan 2014 14:52:48 +0000 Subject: [PATCH 1/2] - Bring back argparse requirement for SP3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=15 --- python-six.changes | 5 +++++ python-six.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-six.changes b/python-six.changes index 724e4c2..370cab5 100644 --- a/python-six.changes +++ b/python-six.changes @@ -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 diff --git a/python-six.spec b/python-six.spec index aa01b42..006b1cd 100644 --- a/python-six.spec +++ b/python-six.spec @@ -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 From 46b246c1bd8bd42c439f0773db892cb41fb138ffacd514b207692d98eb1f58b2 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 7 Jan 2014 14:53:46 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=16 --- python-six.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-six.spec b/python-six.spec index 006b1cd..50a2e58 100644 --- a/python-six.spec +++ b/python-six.spec @@ -33,6 +33,7 @@ BuildRequires: python-py BuildRequires: python-pytest %if 0%{?suse_version} <= 1110 BuildRequires: python-argparse +Requires: python-argparse %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %else BuildArch: noarch