Add a note about the circular dependency with ruamel.yaml
This commit is contained in:
parent
68ed5ad74b
commit
279b580b03
@ -23,6 +23,9 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-Cython
|
BuildRequires: python3-Cython
|
||||||
|
|
||||||
|
# Unfortunately, the circular dependency is intentional; the clib extension
|
||||||
|
# packaged here imports from ruamel.yaml, which in turn uses the extension for
|
||||||
|
# performance.
|
||||||
Requires: python3-ruamel-yaml
|
Requires: python3-ruamel-yaml
|
||||||
|
|
||||||
%description -n python3-ruamel-yaml-clib
|
%description -n python3-ruamel-yaml-clib
|
||||||
@ -57,6 +60,7 @@ rmdir ruamel.yaml.clib
|
|||||||
- Confirm License is SPDX MIT
|
- Confirm License is SPDX MIT
|
||||||
- Reduce macro indirection, etc.
|
- Reduce macro indirection, etc.
|
||||||
- Drop unused manual runtime dependency on setuptools
|
- Drop unused manual runtime dependency on setuptools
|
||||||
|
- Add a note about the circular dependency with ruamel.yaml
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-4
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user