#1 Fix FTBFS with setuptools >= 61.0
Merged 2 years ago by cstratak. Opened 2 years ago by cstratak.
rpms/ cstratak/rhythmbox-ampache setuptools_ftbfs  into  rawhide

file modified
+9 -1
@@ -6,7 +6,7 @@ 

  

  Name:           rhythmbox-ampache

  Version:        0

- Release:        31.%{date}git%{shortcommit}%{?dist}

+ Release:        32.%{date}git%{shortcommit}%{?dist}

  Summary:        Ampache plugin for Rhythmbox

  License:        GPLv2+

  URL:            https://github.com/lotan/rhythmbox-ampache
@@ -24,6 +24,10 @@ 

  %prep

  %autosetup -n %{name}-%{commit}

  

+ # Fix FTBFS with setuptools >= 61.0.0

+ # Upstream issue: https://github.com/lotan/rhythmbox-ampache/issues/27

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

+ 

  %build

  %py3_build

  
@@ -39,6 +43,10 @@ 

  %{python3_sitelib}/rhythmbox_ampache-*-py*.egg-info

  

  %changelog

+ * Wed Jun 22 2022 Charalampos Stratakis <cstratak@redhat.com> - 0-32.20200822gited4b082

+ - Fix FTBFS with setuptools >= 61.0

+ Resolves: rhbz#2097090

+ 

  * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0-31.20200822gited4b082

  - Rebuilt for Python 3.11

  

Resolves: rhbz#2097090

Pull-Request has been merged by cstratak

2 years ago
Metadata