Skip to content

Commit 7720890

Browse files
committed
More tweaks
1 parent 403bd63 commit 7720890

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/yup_python/yup_python.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
#pragma once
4040
#define YUP_GUI_H_INCLUDED
4141

42+
#include <yup_core/yup_core.h>
43+
4244
//==============================================================================
4345
/** Config: YUP_PYTHON_USE_EXTERNAL_PYBIND11
4446

python/pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,14 @@ manylinux-x86_64-image = "manylinux_2_28"
3030
manylinux-aarch64-image = "manylinux_2_28"
3131

3232
[tool.cibuildwheel.linux]
33-
build-frontend = { name = "build[uv]" }
33+
build-frontend = { name = "build[uv]", args = ["--no-build-isolation"] }
3434
before-build = [
3535
"""dnf install -y zlib-devel openssl-devel freetype-devel fontconfig-devel freeglut-devel alsa-lib-devel mesa-libGL-devel \
3636
xorg-x11-proto-devel xorg-x11-proto-devel libcurl-devel libpng-devel libX11-devel libXcursor-devel libXrandr-devel \
3737
libXinerama-devel libXrender-devel libXcomposite-devel libXinerama-devel libXcursor-devel xorg-x11-server-Xvfb \
3838
gtk3-devel webkit2gtk3-devel wget""",
3939

40-
#"uv add mypy",
41-
#"uv add pytest",
42-
#"uv add setuptools",
43-
#"uv add wheel",
40+
"uv add mypy pytest setuptools wheel",
4441

4542
#"wget https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0-1.noarch.rpm",
4643
#"yum localinstall -y lcov-2.0-1.noarch.rpm",

0 commit comments

Comments
 (0)