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