#1 Set PYCARES_USE_SYSTEM_LIB=1 (fix RHBZ#1965602)
Merged 2 years ago by fantom. Opened 2 years ago by music.
rpms/ music/python-pycares fix-1965602  into  rawhide

file modified
+5 -1
@@ -4,7 +4,7 @@ 

  

  Name:           python-pycares

  Version:        4.0.0

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Python interface for c-ares

  

  License:        MIT
@@ -60,6 +60,7 @@ 

  

  

  %build

+ export PYCARES_USE_SYSTEM_LIB=1

  %py3_build

  

  # Build sphinx documentation
@@ -105,6 +106,9 @@ 

  

  

  %changelog

+ * Wed Jun 09 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 4.0.0-3

+ - Set PYCARES_USE_SYSTEM_LIB=1 (fix RHBZ#1965602)

+ 

  * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.0.0-2

  - Rebuilt for Python 3.10

  

From README.rst:

pycares currently bundles c-ares as a submodule for ease of building. Using the system provided c-ares is possible if the PYCARES_USE_SYSTEM_LIB environment variable is set to 1 when building.

Pull-Request has been merged by fantom

2 years ago
Metadata