#1 Fix FTBFS with setuptools >= 62.1
Merged 2 years ago by smani. Opened 2 years ago by cstratak.
rpms/ cstratak/python-sane setuptool_ftbfs  into  rawhide

file modified
+6 -3
@@ -2,7 +2,7 @@ 

  

  Name:           python-%{srcname}

  Version:        2.9.1

- Release:        6%{?dist}

+ Release:        7%{?dist}

  Summary:        Python SANE interface

  

  License:        MIT
@@ -43,8 +43,7 @@ 

  %build

  # Build Python 3 modules

  %py3_build

- 

- make -C doc html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_version

+ PYTHONPATH=$(echo $PWD/build/lib.%{python3_platform}-*) make -C doc html BUILDDIR=_build_py3  SPHINXBUILD=sphinx-build-%python3_version

  rm -f doc/_build_py3/html/.buildinfo

  

  
@@ -63,6 +62,10 @@ 

  

  

  %changelog

+ * Thu Jun 23 2022 Charalampos Stratakis <cstratak@redhat.com> - 2.9.1-7

+ - Fix FTBFS with setuptools >= 62.1

+ Resolves: rhbz#2097088

+ 

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

  - Rebuilt for Python 3.11

  

Resolves: rhbz#2097088

Pull-Request has been merged by smani

2 years ago
Metadata