From d4f786f49244af1ce5b6661761e909fa5c8af15a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 14 2021 08:23:14 +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