From cfdc4dccbeb74f4ffb228f2ed02e382ff6fb0a756b27c6f722a5061bc826cace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rostecki?= Date: Mon, 8 Jun 2020 23:58:57 +0000 Subject: [PATCH] Accepting request 812755 from home:mrostecki:branches:devel:libraries:c_c++ - Add python3 as a build dependency. OBS-URL: https://build.opensuse.org/request/show/812755 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbpf?expand=0&rev=5 --- libbpf.changes | 5 +++++ libbpf.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libbpf.changes b/libbpf.changes index 6d98f83..a05541a 100644 --- a/libbpf.changes +++ b/libbpf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 8 23:52:39 UTC 2020 - Michał Rostecki + +- Add python3 as a build dependency. + ------------------------------------------------------------------- Sun Feb 2 19:50:55 UTC 2020 - Michał Rostecki diff --git a/libbpf.spec b/libbpf.spec index 8597fe7..5e4be69 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -25,8 +25,9 @@ Release: 0 Summary: C library for managing eBPF programs and maps License: LGPL-2.1-only URL: http://www.kernel.org/ -BuildRequires: libelf-devel BuildRequires: kernel-source +BuildRequires: libelf-devel +BuildRequires: python3 %description libbpf is a C library which provides API for managing eBPF programs and maps.