Require python3-ruamel-yaml

Or you'll get:

    >>> import _ruamel_yaml
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "ruamel.yaml.clib/_ruamel_yaml.pyx", line 17, in init _ruamel_yaml
    ModuleNotFoundError: No module named 'ruamel'
This commit is contained in:
Miro Hrončok 2020-11-12 13:52:07 +01:00
parent 4d7ab8b374
commit ede8688b14

View File

@ -26,6 +26,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-Cython
Requires: python3-setuptools
Requires: python3-ruamel-yaml
%description -n python3-%{pname}
It is the C based reader/scanner and emitter for ruamel.yaml.
@ -57,6 +58,7 @@ rmdir ruamel.yaml.clib
%changelog
* Thu Nov 12 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.2-5
- Force regenerating C files from Cython sources
- Require python3-ruamel-yaml
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild