Skip to content

Commit 7878835

Browse files
Try fix linux builds
1 parent 1bf78b0 commit 7878835

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

patch/ros-jazzy-python-qt-binding.patch

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ new file mode 100644
1515
index 0000000..cf4f57f
1616
--- /dev/null
1717
+++ b/cmake/pyproject.toml.in
18-
@@ -0,0 +1,28 @@
18+
@@ -0,0 +1,31 @@
1919
+[project]
2020
+name = "lib@PROJECT_NAME@"
2121
+
@@ -36,6 +36,9 @@ index 0000000..cf4f57f
3636
+build-dir = "@SIP_BUILD_DIR@"
3737
+verbose = true
3838
+minimum-macos-version = "@MACOS_MINIMUM_VERSION@"
39+
+# Specify the PEP 566 metadata for the project.
40+
+[tool.sip.metadata]
41+
+name = "lib@PROJECT_NAME@"
3942
+
4043
+[tool.sip.bindings.libqt_gui_cpp_sip]
4144
+sip-file = "@SIP_FILE@"

0 commit comments

Comments
 (0)