From b7f508d8af35eb273f51ea7984538dd90a5948849a45cc7e7ebc0c40f1319d37 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:57:37 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyWebDAV3?expand=0&rev=6 --- python-PyWebDAV3.changes | 5 +++++ python-PyWebDAV3.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-PyWebDAV3.changes b/python-PyWebDAV3.changes index 44ac46c..5529831 100644 --- a/python-PyWebDAV3.changes +++ b/python-PyWebDAV3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:53:22 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Sep 22 14:07:07 UTC 2017 - toddrme2178@gmail.com diff --git a/python-PyWebDAV3.spec b/python-PyWebDAV3.spec index b120f18..20bab7d 100644 --- a/python-PyWebDAV3.spec +++ b/python-PyWebDAV3.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyWebDAV3 # -# 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,10 +21,10 @@ %bcond_without test Name: python-PyWebDAV3 Version: 0.9.11 -%define ltmsver 0.13 Release: 0 +%define ltmsver 0.13 Summary: WebDAV library including a standalone server for python2 and python3 -License: LGPL-2.0 +License: LGPL-2.0-only Group: Development/Languages/Python Url: https://github.com/andrewleech/PyWebDAV3 Source0: https://files.pythonhosted.org/packages/source/P/PyWebDAV3/PyWebDAV3-%{version}.tar.gz @@ -32,7 +32,6 @@ Source0: https://files.pythonhosted.org/packages/source/P/PyWebDAV3/PyWeb Source1: http://www.webdav.org/neon/litmus/litmus-%{ltmsver}.tar.gz # PATCH-FIX-UPSTREAM fix_python2_urllib.patch https://github.com/andrewleech/PyWebDAV3/commit/62e67e5523b6f8a3d47e1406d045c9e2abb9e8ba and https://github.com/andrewleech/PyWebDAV3/commit/eb4017d8894242ab4453cc1c2d432ebd299c13a0 Patch1: fix_python2_urllib.patch -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros