From d1d6e9e7e9e618f1daff598f23e8562443113edf0d05644619beda4119bb7b93 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 12 Mar 2022 10:14:07 +0000 Subject: [PATCH] Accepting request 959865 from home:jengelh:branches:devel:libraries:c_c++ - Python is not used during build; remove it and help break a cycle. OBS-URL: https://build.opensuse.org/request/show/959865 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbpf?expand=0&rev=17 --- libbpf.changes | 6 ++++++ libbpf.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libbpf.changes b/libbpf.changes index e6026b8..736db50 100644 --- a/libbpf.changes +++ b/libbpf.changes @@ -4,6 +4,12 @@ Thu Mar 10 18:28:17 UTC 2022 - Jeff Mahoney - Enable building and packaging of static library. Explicitly enable fat LTO objects. +------------------------------------------------------------------- +Mon Mar 7 11:52:14 UTC 2022 - Jan Engelhardt + +- Python is not used during build; remove it and help break + a cycle. + ------------------------------------------------------------------- Fri Mar 4 10:18:54 UTC 2022 - Jan Engelhardt diff --git a/libbpf.spec b/libbpf.spec index 8b097bb..895059d 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -28,7 +28,6 @@ Source: https://github.com/libbpf/libbpf/archive/v%{version}.tar.gz#/%{n Source99: baselibs.conf BuildRequires: libelf-devel BuildRequires: linux-glibc-devel >= 4.5 -BuildRequires: python3 BuildRequires: zlib-devel %description