From 440b6b40d7a17527f7f2198cf034d8bbdca10975 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Tue, 5 Mar 2024 22:19:30 +0200 Subject: extra/python-jaraco.text: Forgot the eval --- extra/python-jaraco.text/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/extra/python-jaraco.text/PKGBUILD b/extra/python-jaraco.text/PKGBUILD index 27951b5b..7e34bb95 100644 --- a/extra/python-jaraco.text/PKGBUILD +++ b/extra/python-jaraco.text/PKGBUILD @@ -4,7 +4,9 @@ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #AttributeError: 'MinimalDistribution' object has no attribute 'entry_points' -declare -f build | \ - sed ' - s/--no-isolation// - ' +eval "$( + declare -f build | \ + sed ' + s/--no-isolation// + ' +)" -- cgit v1.2.3-54-g00ecf