Disable bootstrap
This commit is contained in:
parent
1982b2e6a5
commit
0bc1cacc87
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
# When bootstrapping new Python we need to build flit in bootstrap mode.
|
# When bootstrapping new Python we need to build flit in bootstrap mode.
|
||||||
# The Python RPM dependency generators and pip are not yet available.
|
# The Python RPM dependency generators and pip are not yet available.
|
||||||
%bcond_without bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
# RHEL: disable tests due to missing dependencies
|
# RHEL: disable tests due to missing dependencies
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: python%{python3_pkgversion}-flit-core
|
Name: python%{python3_pkgversion}-flit-core
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: PEP 517 build backend for packages using Flit
|
Summary: PEP 517 build backend for packages using Flit
|
||||||
|
|
||||||
# flit-core is BSD (BSD-3-Clause)
|
# flit-core is BSD (BSD-3-Clause)
|
||||||
@ -89,6 +89,9 @@ rm -r %{buildroot}%{python3_sitelib}/flit_core/tests/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 16 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.9.0-2
|
||||||
|
- Disable bootstrap
|
||||||
|
|
||||||
* Tue Oct 10 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.0-1
|
* Tue Oct 10 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.9.0-1
|
||||||
- Initial package
|
- Initial package
|
||||||
- Fedora contributions by:
|
- Fedora contributions by:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user