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.