From debacbb21450c2af5e5d98d57d4dfd745069071050300514b4ea7c869f76c0a5 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 25 Nov 2013 13:49:17 +0000 Subject: [PATCH] - Drop nose buildrequires, use testtools directly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extras?expand=0&rev=10 --- python-extras.changes | 5 +++++ python-extras.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-extras.changes b/python-extras.changes index b16205f..963e3ed 100644 --- a/python-extras.changes +++ b/python-extras.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 25 13:49:08 UTC 2013 - speilicke@suse.com + +- Drop nose buildrequires, use testtools directly + ------------------------------------------------------------------- Mon Apr 29 11:49:58 UTC 2013 - dmueller@suse.com diff --git a/python-extras.spec b/python-extras.spec index 6755607..d43766c 100644 --- a/python-extras.spec +++ b/python-extras.spec @@ -25,8 +25,8 @@ Group: Development/Languages/Python Url: https://github.com/testing-cabal/extras Source: http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-setuptools # Test requirements: -BuildRequires: python-nose BuildRequires: python-testtools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -50,7 +50,7 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -nosetests +python setup.py test %files %defattr(-,root,root,-)