Avoid tox dependency
tox is unwanted in RHEL, but does not add any particular value here even for the Fedora build.
This commit is contained in:
parent
d30f7f9920
commit
1ac0c0a34d
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-ruamel-yaml
|
Name: python-ruamel-yaml
|
||||||
Version: 0.17.26
|
Version: 0.17.26
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: YAML 1.2 loader/dumper package for Python
|
Summary: YAML 1.2 loader/dumper package for Python
|
||||||
|
|
||||||
# SPDX
|
# SPDX
|
||||||
@ -26,6 +26,7 @@ comments, seq/map flow style, and map key order.}
|
|||||||
Summary: YAML 1.2 loader/dumper package for Python
|
Summary: YAML 1.2 loader/dumper package for Python
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
|
||||||
%py_provides python3-ruamel.yaml
|
%py_provides python3-ruamel.yaml
|
||||||
|
|
||||||
@ -42,7 +43,7 @@ sed -r -i 's/^([[:blank:]]*)(.*ruamel\.yaml\.clib)/\1# \2/' __init__.py
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%pyproject_buildrequires -t
|
%pyproject_buildrequires
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@ -66,6 +67,9 @@ k="${k-}${k+ and }not test_dump_cyaml_1_2"
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 24 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.17.26-2
|
||||||
|
- Avoid tox dependency
|
||||||
|
|
||||||
* Tue May 09 2023 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.17.26-1
|
* Tue May 09 2023 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.17.26-1
|
||||||
- Update to 0.17.26 (close RHBZ#2196655)
|
- Update to 0.17.26 (close RHBZ#2196655)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user