diff --git a/python-positional.changes b/python-positional.changes index 83284ec..4719d48 100644 --- a/python-positional.changes +++ b/python-positional.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:37 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Dec 1 07:21:09 UTC 2017 - dmueller@suse.com diff --git a/python-positional.spec b/python-positional.spec index f3cd298..627c098 100644 --- a/python-positional.spec +++ b/python-positional.spec @@ -1,7 +1,7 @@ # # spec file for package python-positional # -# 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/ # @@ -23,9 +23,8 @@ Release: 0 Summary: Library to enforce positional or key-word arguments License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/morganfainberg/positional +URL: https://github.com/morganfainberg/positional Source: https://files.pythonhosted.org/packages/source/p/positional/positional-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros @@ -48,7 +47,7 @@ of the google-api client. %python_install %files %{python_files} -%doc LICENSE +%license LICENSE %doc README.rst %{python_sitelib}/positional %{python_sitelib}/positional*egg-info