From 6883be908ea95d89d2c72b4cacccc231c4e97d29f60500e9dcb4cd30efdbc350 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Oct 2021 15:04:48 +0000 Subject: [PATCH] Fix name of the package with multibuild OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=5 --- python-tomli.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-tomli.spec b/python-tomli.spec index ce6104c..24ea2b1 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,5 +1,5 @@ # -# spec file for package python-tomli +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -26,7 +26,7 @@ %endif %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -Name: python-tomli +Name: python-tomli%{psuffix} Version: 1.2.1 Release: 0 Summary: A lil' TOML parser @@ -53,11 +53,11 @@ Tomli is a Python library for parsing TOML %prep %setup -q -n tomli-%{version} -%if ! %{with test} %build %pyproject_wheel %install +%if ! %{with test} %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib}