summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-03-26 11:17:56 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-03-26 11:17:56 -0700
commit673b8c532f559ff365fa1273559c6cf3558e414b (patch)
treed01eb1cf508189f5481c24996e95e86a4d5f52e3
parent3413008f8021cbbb8e77908cc7caef098144caac (diff)
downloadspecs-673b8c532f559ff365fa1273559c6cf3558e414b.tar.gz
specs-673b8c532f559ff365fa1273559c6cf3558e414b.tar.xz
specs-673b8c532f559ff365fa1273559c6cf3558e414b.zip
myrepos-utils: fixed description
-rw-r--r--python/python-myrepos-utils.spec6
1 files changed, 2 insertions, 4 deletions
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}