From 9fdb62512e548727c49da266e43391b6fb93eebf Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 23 Jan 2021 15:10:03 +0100 Subject: core/libseccomp: removed temporary removal of python-libseccomp --- core/libseccomp/PKGBUILD | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'core') diff --git a/core/libseccomp/PKGBUILD b/core/libseccomp/PKGBUILD index 77e30b42..03a3745f 100644 --- a/core/libseccomp/PKGBUILD +++ b/core/libseccomp/PKGBUILD @@ -18,14 +18,3 @@ if [ "${CARCH}" = "i486" ]; then ' )" fi - -#temporarily remove libseccomp-python (doesn't build) -pkgname=(${pkgname[@]//python-libseccomp/}) -unset -f package_python-libseccomp -eval "$( - declare -f build | \ - sed ' - s,\(cd src/python\),#\1, - s,\(env.*python.*\),#\1, - ' -)" -- cgit v1.2.3