From 809b8bd156e84826b873dfe18d52eb17eb673e189e55ca7f277024d0ce389b71 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 18 Jul 2022 13:06:00 +0000 Subject: [PATCH] Accepting request 989793 from home:apersaud:branches:devel:languages:python not sure why this didn't results in error in the original submit. The package was building successfully for all repos before I submitted, but I guess it shouldn't have? It builds now for all repos that are enabled after the branching, so I hope that's things are OK - specfile: * fix build: include python-rpm-macros and python-packaging OBS-URL: https://build.opensuse.org/request/show/989793 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssmin?expand=0&rev=2 --- python-cssmin.changes | 6 ++++++ python-cssmin.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-cssmin.changes b/python-cssmin.changes index e65ff59..4eaa909 100644 --- a/python-cssmin.changes +++ b/python-cssmin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 18 20:09:11 UTC 2022 - arun@gmx.de + +- specfile: + * fix build: include python-rpm-macros and python-packaging + ------------------------------------------------------------------- Thu Jul 15 03:42:15 UTC 2022 - arun@gmx.de diff --git a/python-cssmin.spec b/python-cssmin.spec index adcb598..d543e8e 100644 --- a/python-cssmin.spec +++ b/python-cssmin.spec @@ -25,6 +25,8 @@ License: MIT and BSD-3-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/c/cssmin/cssmin-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module packaging} +BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch