Modify BuildRequires from python2 to python3
This commit is contained in:
parent
47a07a9a7a
commit
edf70922ab
@ -1,12 +1,12 @@
|
||||
Name: librdkafka
|
||||
Version: 0.11.4
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: C library implementation of the Apache Kafka protocol
|
||||
License: BSD
|
||||
URL: https://github.com/edenhill/librdkafka
|
||||
Source0: https://github.com/edenhill/librdkafka/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++ python2 openssl-devel cyrus-sasl-devel lz4-devel
|
||||
BuildRequires: gcc-c++ python3 openssl-devel cyrus-sasl-devel lz4-devel
|
||||
|
||||
%description
|
||||
ibrdkafka is a C library implementation of the Apache Kafka protocol, providing Producer, Consumer
|
||||
@ -53,6 +53,9 @@ make check
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 26 2020 leiju <leiju4@huawei.com> - 0.11.4-4
|
||||
- Modify BuildRequires from python2 to python3
|
||||
|
||||
* Fri Dec 20 2019 daiqianwen <daiqianwen@huawei.com> - 0.11.4-3
|
||||
- Package init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user