From 90cc3be0c3764e2b4b238550d0be3f5667ad89ad502b7aad68f348b3b7d25f4c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 13 Nov 2020 14:26:54 +0000 Subject: [PATCH] Remove unused python package block OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=87 --- libseccomp.spec | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index c643e7b..49d578e 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -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++