From 673b8c532f559ff365fa1273559c6cf3558e414b Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sat, 26 Mar 2022 11:17:56 -0700 Subject: myrepos-utils: fixed description --- python/python-myrepos-utils.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'python/python-myrepos-utils.spec') diff --git a/python/python-myrepos-utils.spec b/python/python-myrepos-utils.spec index 32b1d47..0995176 100644 --- a/python/python-myrepos-utils.spec +++ b/python/python-myrepos-utils.spec @@ -15,12 +15,11 @@ BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: -Tomli-W is a Python library for writing TOML. It is a write-only counterpart -to Tomli, which is a read-only TOML parser. Tomli-W is fully compatible -with TOML v1.0.0.} +Additional utilities for myrepos.} %description %_description + %package -n %{srcname} Summary: %{summary} Requires: myrepos @@ -31,7 +30,6 @@ Requires: myrepos %prep %autosetup -p1 -n %{srcname}-%{version} - %generate_buildrequires %pyproject_buildrequires %{?with_check:-r requirements-test.txt} -- cgit