From 661661fb7b4506444072f9e292e28450c7e15bd9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 30 2021 14:52:42 +0000 Subject: import python2-setuptools-39.0.1-13.module+el8.4.0+9442+27d0e81c --- diff --git a/SPECS/python2-setuptools.spec b/SPECS/python2-setuptools.spec index ae50be5..761e9a6 100644 --- a/SPECS/python2-setuptools.spec +++ b/SPECS/python2-setuptools.spec @@ -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 - 39.0.1-13 +- When building for Flatpak inclusion, build in bootstrap mode +Resolves: rhbz#1907597 + * Wed Jun 17 2020 Charalampos Stratakis - 39.0.1-12 - Fix wheel tests compatibility with the latest wheel package - Resolves: rhbz#1756039