From fbad16f2664da1dbe621c526b945c78ac44ad2cd78eeaff7b8bdf6ff14a420c7 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 28 Dec 2023 16:19:54 +0000 Subject: [PATCH] fix sed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=33 --- python-traitlets.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-traitlets.spec b/python-traitlets.spec index c580bea..82bda56 100644 --- a/python-traitlets.spec +++ b/python-traitlets.spec @@ -41,7 +41,7 @@ A configuration system for Python applications. %prep %autosetup -p1 -n traitlets-%{version} -sed -i 's/"--color=yes,"//' pyproject.toml +sed -i 's/"--color=yes",//' pyproject.toml %build %pyproject_wheel