Remove leftovers from Python 3.12 bootstrap
This commit is contained in:
parent
da117b5316
commit
432aea6d5c
@ -1,5 +1,3 @@
|
||||
%global _without_doc 1
|
||||
%global _without_tests 1
|
||||
# The original RHEL N+1 content set is defined by (build)dependencies
|
||||
# of the packages in Fedora ELN. Hence we disable tests and documentation here
|
||||
# to prevent pulling many unwanted packages in.
|
||||
@ -16,7 +14,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: A tool for installing and managing Python packages
|
||||
|
||||
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
||||
@ -363,6 +361,9 @@ pytest_k='not completion'
|
||||
%{python_wheel_dir}/%{python_wheel_name}
|
||||
|
||||
%changelog
|
||||
* Fri Aug 04 2023 Miro Hrončok <mhroncok@redhat.com> - 23.1.2-7
|
||||
- Actually run the tests and build the docs when building this package
|
||||
|
||||
* Wed Jul 26 2023 Miro Hrončok <mhroncok@redhat.com> - 23.1.2-6
|
||||
- Drop no-longer-needed custom changes to /usr/bin/pip*
|
||||
- Stop Recommending libcrypt.so.1 on Python 3.12+
|
||||
|
Loading…
Reference in New Issue
Block a user