Disable bootstrap

Resolves: rhbz#2157726
This commit is contained in:
Charalampos Stratakis 2023-01-30 19:18:44 +01:00
parent bcf2bb80e1
commit fce58e5485

View File

@ -8,7 +8,7 @@
# WARNING When bootstrapping, disable tests as well, # WARNING When bootstrapping, disable tests as well,
# because tests need pip. # because tests need pip.
%bcond_without bootstrap %bcond_with bootstrap
# Similar to what we have in pythonX.Y.spec files. # Similar to what we have in pythonX.Y.spec files.
# If enabled, provides unversioned executables and other stuff. # If enabled, provides unversioned executables and other stuff.
@ -21,7 +21,7 @@
Name: python%{python3_pkgversion}-setuptools Name: python%{python3_pkgversion}-setuptools
# When updating, update the bundled libraries versions bellow! # When updating, update the bundled libraries versions bellow!
Version: 65.5.1 Version: 65.5.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
# setuptools is MIT # setuptools is MIT
# appdirs is MIT # appdirs is MIT
@ -230,6 +230,9 @@ PYTHONPATH=$(pwd) %pytest \
%changelog %changelog
* Mon Jan 30 2023 Charalampos Stratakis <cstratak@redhat.com> - 65.5.1-2
- Disable bootstrap
* Wed Oct 12 2022 Charalampos Stratakis <cstratak@redhat.com> - 65.5.1-1 * Wed Oct 12 2022 Charalampos Stratakis <cstratak@redhat.com> - 65.5.1-1
- Initial package - Initial package
- Fedora contributions by: - Fedora contributions by: