From 7d5d5a82c5dac4d04784c2a446e3d8608adaf594 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Dec 30 2021 20:26:56 +0000 Subject: remove bootstrap --- diff --git a/python-ruamel-yaml-clib.spec b/python-ruamel-yaml-clib.spec index 23de8fd..a338b70 100644 --- a/python-ruamel-yaml-clib.spec +++ b/python-ruamel-yaml-clib.spec @@ -6,7 +6,7 @@ Name: python-%{pname} Version: 0.1.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml License: MIT @@ -26,7 +26,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-Cython Requires: python3-setuptools -#Requires: python3-ruamel-yaml +Requires: python3-ruamel-yaml %description -n python3-%{pname} It is the C based reader/scanner and emitter for ruamel.yaml.