From a0dbfcd37ea2cff68e633789d366bccc978c36a116c0bb9bd689a2bdac1209b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 9 Jul 2025 10:09:37 +0000 Subject: [PATCH] try gcc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ctypesgen?expand=0&rev=7 --- python-ctypesgen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ctypesgen.spec b/python-ctypesgen.spec index 6381ca9..7a65192 100644 --- a/python-ctypesgen.spec +++ b/python-ctypesgen.spec @@ -32,6 +32,7 @@ BuildRequires: %{python_module wheel} BuildRequires: %{pythons} >= 3.7 BuildRequires: alts BuildRequires: fdupes +BuildRequires: gcc BuildRequires: python-rpm-macros Requires: alts BuildArch: noarch @@ -55,7 +56,6 @@ and creates a wrapper for libraries based on what it finds. %check # Create a dir in PWD and set TMPDIR to avoid writing to /tmp export TMPDIR=`mktemp -d -p ${PWD}` -export PYTHONPATH=. %pyunittest -v %pre