import python2-setuptools-39.0.1-13.module+el8.4.0+9442+27d0e81c

This commit is contained in:
CentOS Sources 2021-05-18 02:49:15 -04:00 committed by Andrew Lukoshko
parent 8eebcc8006
commit 5ae9daed1a

View File

@ -2,8 +2,13 @@
# WARNING When bootstrapping, disable tests as well,
# because tests need pip.
%if 0%{?flatpak}
%bcond_without bootstrap
%bcond_with tests
%else
%bcond_with bootstrap
%bcond_without tests
%endif
%bcond_without python2
%bcond_with python3
@ -23,7 +28,7 @@
Name: python2-setuptools
Version: 39.0.1
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Easily build and distribute Python packages
Group: Applications/System
@ -195,6 +200,10 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python2_version} --ignore=
%endif #with bootstrap
%changelog
* Wed Jan 13 2021 Charalampos Stratakis <cstratak@redhat.com> - 39.0.1-13
- When building for Flatpak inclusion, build in bootstrap mode
Resolves: rhbz#1907597
* Wed Jun 17 2020 Charalampos Stratakis <cstratak@redhat.com> - 39.0.1-12
- Fix wheel tests compatibility with the latest wheel package
- Resolves: rhbz#1756039