This is an automated email from the ASF dual-hosted git repository.
astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push:
new 14dd9b9d PROTON-2526: Fix Python build with correct dependency
14dd9b9d is described below
commit 14dd9b9da7bf15f191e9175ca80050d4211f4b65
Author: Andrew Stitcher <[email protected]>
AuthorDate: Mon Apr 11 17:18:19 2022 -0400
PROTON-2526: Fix Python build with correct dependency
---
python/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 0eebc431..196378bf 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -157,7 +157,7 @@ install(DIRECTORY examples/
set(py_dist_dir ${CMAKE_CURRENT_BINARY_DIR}/dist)
add_custom_target(py_src_dist ALL)
-add_dependencies(py_src_dist generated_c_files)
+add_dependencies(py_src_dist generated_c_files
${SWIG_MODULE_cproton_REAL_NAME})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/README.rst.in
${py_dist_dir}/README.rst
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]