SHA256
1
0
forked from pool/libseccomp

Remove unused python package block

OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=87
This commit is contained in:
Jan Engelhardt 2020-11-13 14:26:54 +00:00 committed by Git OBS Bridge
parent cacb56cd5d
commit 90cc3be0c3

View File

@ -51,16 +51,6 @@ syscall filtering mechanism, seccomp. The libseccomp API abstracts
away the underlying BPF-based syscall filter language and presents a
more conventional function-call based filtering interface.
%package -n python-%name
Summary: Python bindings for Seccomp (mode 2)
Group: Development/Languages/Python
%description -n python-%name
The libseccomp library provides an interface to the Linux Kernel's
syscall filtering mechanism, seccomp. The libseccomp API abstracts
away the underlying BPF-based syscall filter language and presents a
more conventional function-call based filtering interface.
%package devel
Summary: Development files for libseccomp, an enhanced Seccomp (mode 2) helper library
Group: Development/Libraries/C and C++