14
0

- Drop not-needed devel dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypuppetdb?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-02-12 10:10:37 +00:00
committed by Git OBS Bridge
parent 17f6f2ddfb
commit 87c288b649
2 changed files with 14 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 12 10:10:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Drop not-needed devel dependency
-------------------------------------------------------------------
Tue Feb 5 16:02:45 UTC 2019 - joop.boonen@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-Cache
# spec file for package python-pypuppetdb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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,24 +12,22 @@
# 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pypuppetdb
Version: 0.3.3
Release: 0
Url: https://github.com/nedap/pypuppetdb
Summary: The pypuppetdtb is a library to work with PuppetDB's REST API
License: Apache-2.0
Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/p/pypuppetdb/pypuppetdb-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: https://github.com/nedap/pypuppetdb
Source: https://files.pythonhosted.org/packages/source/p/pypuppetdb/pypuppetdb-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-devel
BuildRequires: python-rpm-macros
BuildRequires: python-setuptools
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -49,7 +47,7 @@ More information: https://github.com/nedap/pypuppetdb
%files %{python_files}
%doc README.rst CHANGELOG.rst
%doc LICENSE
%license LICENSE
%{python_sitelib}/*
%changelog