#4 Fix FTBFS with setuptools >= 62.1.0
Merged 2 years ago by sdgathman. Opened 2 years ago by cstratak.
rpms/ cstratak/python-pymilter setuptools_ftbfs  into  rawhide

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

  Summary: %{sum}

  Name: python-pymilter

  Version: 1.0.4

- Release: 15%{?dist}

+ Release: 16%{?dist}

  Url: http://bmsi.com/pymilter

  Source: https://github.com/sdgathman/pymilter/archive/pymilter-%{version}.tar.gz

  Source1: tmpfiles-python-pymilter.conf
@@ -121,7 +121,7 @@ 

  py2path=$(ls -d build/lib.linux-*-2.*)

  PYTHONPATH=${py2path}:. python2 test.py &&

  %endif

- py3path=$(ls -d build/lib.linux-*-3.*)

+ py3path=$(ls -d build/lib.linux-*-3*)

  PYTHONPATH=${py3path}:. python3 test.py

  

  %if %{with python2}
@@ -156,6 +156,10 @@ 

  fi

  

  %changelog

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

+ - Fix FTBFS with setuptools >= 62.1.0

+ Resolves: rhbz#2097108

+ 

  * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 1.0.4-15

  - Rebuilt for Python 3.11

  

Resolves: rhbz#2097108

Thanks! That was easy. (In hindsight)

Pull-Request has been merged by sdgathman

2 years ago
Metadata