forked from pool/python-fixtures
Accepting request 654053 from devel:languages:python
Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/request/show/654053 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:47:59 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 08:26:07 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-fixtures
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -21,11 +21,10 @@ Name: python-fixtures
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Fixtures, reusable state for writing clean tests and more
|
||||
License: Apache-2.0 or BSD-3-Clause
|
||||
License: Apache-2.0 OR BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/python-fixtures
|
||||
Source: https://pypi.io/packages/source/f/fixtures/fixtures-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
URL: https://launchpad.net/python-fixtures
|
||||
Source: https://files.pythonhosted.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
|
||||
BuildRequires: %{python_module extras}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pbr >= 0.11}
|
||||
@@ -37,7 +36,6 @@ Requires: python-extras
|
||||
Requires: python-pbr >= 0.11
|
||||
Requires: python-six
|
||||
Requires: python-testtools >= 0.9.22
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -62,8 +60,8 @@ compatible test cases easy and straight forward.
|
||||
%python_exec -m testtools.run fixtures.test_suite
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc Apache-2.0 BSD COPYING NEWS README
|
||||
%license COPYING
|
||||
%doc Apache-2.0 BSD NEWS README
|
||||
%{python_sitelib}/fixtures
|
||||
%{python_sitelib}/fixtures-%{version}-py%{python_version}.egg-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user