From 34509b9f34197efd22681df1defac3652b1aedce12e1d0f2285b050579b49d97 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 10 Sep 2013 12:02:24 +0000 Subject: [PATCH] Accepting request 198216 from home:TheBlackCat:branches:devel:languages:python + +- Add BuildRequires: python-argparse for SLE OBS-URL: https://build.opensuse.org/request/show/198216 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=4 --- python-wheel.changes | 5 +++++ python-wheel.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-wheel.changes b/python-wheel.changes index 4a561bd..50631c6 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 12:02:00 UTC 2013 - toddrme2178@gmail.com + +- Add BuildRequires: python-argparse for SLE + ------------------------------------------------------------------- Tue Aug 13 12:36:12 UTC 2013 - speilicke@suse.com diff --git a/python-wheel.spec b/python-wheel.spec index 2239008..9aa0790 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -26,6 +26,7 @@ Source: https://pypi.python.org/packages/source/w/wheel/wheel-%{version} BuildRequires: python-devel BuildRequires: python-setuptools # Test requirements: +BuildRequires: python-argparse BuildRequires: python-jsonschema BuildRequires: python-pytest BuildRequires: python-coverage