From 765a599c4c256aa9e9405c259d4a28421bc2faa3 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 14 Jan 2021 08:23:14 +0000 Subject: [PATCH] import python2-setuptools-39.0.1-13.module+el8.4.0+9442+27d0e81c --- SPECS/python2-setuptools.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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