SHA256
1
0
forked from pool/libbpf

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
This commit is contained in:
Michał Rostecki
2020-06-08 23:58:57 +00:00
committed by Git OBS Bridge
parent 2c0205106e
commit cfdc4dccbe
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 8 23:52:39 UTC 2020 - Michał Rostecki <mrostecki@suse.com>
- Add python3 as a build dependency.
-------------------------------------------------------------------
Sun Feb 2 19:50:55 UTC 2020 - Michał Rostecki <mrostecki@opensuse.org>

View File

@@ -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.