- Add update-alternatives dependency

OBS-URL: https://build.opensuse.org/package/show/home:Klampfradler/python-mmllib?expand=0&rev=2
This commit is contained in:
2023-08-09 09:31:13 +00:00
committed by Git OBS Bridge
parent e22a24f9de
commit 77fd57df89
2 changed files with 20 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 9 09:29:12 UTC 2023 - Dominik George <nik@naturalnet.de>
- Add update-alternatives dependency
-------------------------------------------------------------------
Wed Aug 9 09:19:47 UTC 2023 - Dominik George <nik@naturalnet.de>

View File

@@ -16,19 +16,21 @@
#
Name: python-MMLlib
Version: 1.4
Release: 0
Summary: Modern library for handling Music Macro Language
License: MirOS
URL: https://edugit.org/Teckids/hacknfun/libs/mmllib
Source: https://files.pythonhosted.org/packages/source/M/MMLlib/MMLlib-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildArch: noarch
Name: python-MMLlib
Version: 1.4
Release: 0
Summary: Modern library for handling Music Macro Language
License: MirOS
URL: https://edugit.org/Teckids/hacknfun/libs/mmllib
Source: https://files.pythonhosted.org/packages/source/M/MMLlib/MMLlib-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
%description