[
https://issues.apache.org/jira/browse/PROTON-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394861#comment-17394861
]
Robbie Gemmell edited comment on PROTON-2414 at 8/6/21, 4:02 PM:
-----------------------------------------------------------------
This was a deliberate change in PROTON-2323 which set the minimum supported
version to 3.6
was (Author: gemmellr):
This was a deliberate change in
https://issues.apache.org/jira/browse/PROTON-2323 which set the minimum
supported version to 3.6
> 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
> Priority: Minor
>
> 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]