#4 Switch BuildRequires to python3
Closed 3 years ago by rsroka. Opened 4 years ago by pviktori.
rpms/ pviktori/librdkafka py-br  into  master

file modified
+5 -2
@@ -1,6 +1,6 @@ 

  Name:		librdkafka

  Version:	1.3.0

- Release:	2%{?dist}

+ Release:	3%{?dist}

  Summary:	The Apache Kafka C library

  

  License:	BSD
@@ -9,7 +9,7 @@ 

  

  BuildRequires:	gcc

  BuildRequires:	gcc-c++

- BuildRequires:	python2

+ BuildRequires:	python3

  BuildRequires:  openssl-devel

  BuildRequires:  cyrus-sasl-devel

  BuildRequires:  lz4-devel
@@ -68,6 +68,9 @@ 

  

  

  %changelog

+ * Mon Feb 03 2020 Petr Viktorin <pviktori@redhat.com> - 1.3.0-3

+ - Switch BuildRequires to python3

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

librdkafka seems to build fine with python3 instead of python2.
Can the BuildRequires be switched?

(I haven't looked into what Python is used for.)

The problem was already fixed.

Pull-Request has been closed by rsroka

3 years ago