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