Jorge Sainz de la Maza created PROTON-2414:
----------------------------------------------
Summary: qpid-proton-0.35.0.tar.gz can't be built without Python
version 3.6
Key: PROTON-2414
URL: https://issues.apache.org/jira/browse/PROTON-2414
Project: Qpid Proton
Issue Type: Improvement
Components: build
Affects Versions: proton-c-0.35.0
Environment: Linux dhws077 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug
11 19:12:04 EDT 2020 x86_64 x86_64 x86_64 GNU/Linux
Reporter: Jorge Sainz de la Maza
We applied patch below to get the build working (removing reference to python
version 3.6). It would be great if you could integrate it in your source.
--- CMakeLists.txt.orig 2021-06-25 13:42:55.000000000 +0000
+++ CMakeLists.txt
@@ -44,4 +44,4 @@
endif ()
-find_package(Python 3.6
+find_package(Python
REQUIRED COMPONENTS Interpreter
OPTIONAL_COMPONENTS Development)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]