From 924c0ab691af056b8e0c2c449d303c98418102c00a79cda7a38139a81d02ef26 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:46:56 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=16 --- python-pifpaf.changes | 5 +++++ python-pifpaf.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pifpaf.changes b/python-pifpaf.changes index 7f319e0..841cda5 100644 --- a/python-pifpaf.changes +++ b/python-pifpaf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:31 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed Nov 28 14:21:57 UTC 2018 - Dirk Mueller diff --git a/python-pifpaf.spec b/python-pifpaf.spec index ae7b398..8e6fb33 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -25,7 +25,6 @@ License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/jd/pifpaf Source: https://pypi.io/packages/source/p/pifpaf/pifpaf-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr} BuildRequires: python-rpm-macros Requires: python-Jinja2