From 4572495a3263a99f66dbe7deb906e51d0a9c353fc5fde8fea3685caa6130b24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 29 Mar 2023 10:44:07 +0000 Subject: [PATCH] - Depend on python-magic Python package. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1044 --- rpmlint.changes | 5 +++++ rpmlint.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rpmlint.changes b/rpmlint.changes index cf18e04..80afc70 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 29 10:43:51 UTC 2023 - Martin Liška + +- Depend on python-magic Python package. + ------------------------------------------------------------------- Mon Mar 27 15:02:22 UTC 2023 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 529948b..a8161b9 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -42,11 +42,11 @@ BuildRequires: dash BuildRequires: desktop-file-utils BuildRequires: myspell-cs_CZ BuildRequires: myspell-en_US -BuildRequires: python3-magic BuildRequires: python3-pybeam BuildRequires: python3-pyenchant BuildRequires: python3-pytest BuildRequires: python3-pytest-xdist +BuildRequires: python3-python-magic BuildRequires: python3-pyxdg BuildRequires: python3-rpm %if 0%{?python3_version_nodots < 311}