From 0a90cebd74c665f52bcf6e88ccee155081988d0b Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Fri, 2 Jun 2023 13:59:54 +0000 Subject: [PATCH] Remove python3-ruamel-yaml installation dependency to avoid circular dependency --- python-ruamel-yaml-clib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-ruamel-yaml-clib.spec b/python-ruamel-yaml-clib.spec index 4db2acb..aa355ec 100644 --- a/python-ruamel-yaml-clib.spec +++ b/python-ruamel-yaml-clib.spec @@ -4,7 +4,7 @@ Name: python-%{pname} Version: 0.2.6 -Release: 2 +Release: 3 Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml License: MIT URL: https://bitbucket.org/ruamel/yaml.clib @@ -19,7 +19,7 @@ It is the C based reader/scanner and emitter for ruamel.yaml. %package -n python3-%{pname} Summary: %{summary} -Requires: python3-setuptools python3-ruamel-yaml +Requires: python3-setuptools %description -n python3-%{pname} It is the C based reader/scanner and emitter for ruamel.yaml. @@ -45,6 +45,10 @@ It is the C based reader/scanner and emitter for ruamel.yaml. %doc README.rst %changelog +* Fri Jun 02 2023 Han Guangyu - 0.2.6-3 +- Remove python3-ruamel-yaml installation dependency to avoid circular + dependency + * Tue Nov 22 2022 xu_ping - 0.2.6-2 - Tarball of source code has correct file content,but inconsistent checksum. Replace tarball with the consistent checksum. -- Gitee