#1 Fix FTBFS with setuptools >= 61.0.0
Merged 2 years ago by cstratak. Opened 2 years ago by cstratak.
rpms/ cstratak/porcupine setuptools_ftbfs  into  rawhide

file modified
+8 -1
@@ -1,6 +1,6 @@ 

  Name:           porcupine

  Version:        0.1.0

- Release:        14%{?dist}

+ Release:        15%{?dist}

  Summary:        Web browser to copy URL to clipboard

  

  License:        GPLv3
@@ -22,6 +22,9 @@ 

  %prep

  %autosetup

  

+ # Fix FTBFS with setuptools >= 61.0.0

+ # Upstream issue: https://github.com/micahflee/porcupine/issues/15

+ sed -i "21i packages=[]," setup.py

  

  %build

  %{__python3} setup.py build
@@ -43,6 +46,10 @@ 

  

  

  %changelog

+ * Wed Jun 22 2022 Charalampos Stratakis <cstratak@redhat.com> - 0.1.0-15

+ - Fix FTBFS with setuptools >= 61.0.0

+ Resolves: rhbz#2097114

+ 

  * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.1.0-14

  - Rebuilt for Python 3.11

  

Resolves: rhbz#2097114

Looks good to me and builds fine in rawhide (here in CI) and also in COPR with the latest setuptools: https://copr.fedorainfracloud.org/coprs/cstratak/setuptools-62.4.0-final/build/4556890/

Pull-Request has been merged by cstratak

2 years ago
Metadata