From 4b61af70cff065209b747d4b5bbaafb3a6ddeb4b Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Fri, 4 Aug 2023 11:17:15 -0700 Subject: [PATCH] Revert update to Python 3.7 --- CMakeLists.txt | 2 +- auxil/pysubnettree | 2 +- auxil/trace-summary | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57fa46b..6d5faf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif () find_package(Zeek) list(APPEND Python_ADDITIONAL_VERSIONS 3) -set(ZEEKCTL_PYTHON_MIN 3.7.0) +set(ZEEKCTL_PYTHON_MIN 3.5.0) find_package(Python ${ZEEKCTL_PYTHON_MIN} REQUIRED COMPONENTS Interpreter) find_package(SubnetTree) find_package(PCAP) diff --git a/auxil/pysubnettree b/auxil/pysubnettree index 30a24dc..9604168 160000 --- a/auxil/pysubnettree +++ b/auxil/pysubnettree @@ -1 +1 @@ -Subproject commit 30a24dc14b9053139dcc8ed6794045d91471de05 +Subproject commit 960416896d6cd0edc68078ffaa6e3964d5968c00 diff --git a/auxil/trace-summary b/auxil/trace-summary index 707438c..b3ed1bb 160000 --- a/auxil/trace-summary +++ b/auxil/trace-summary @@ -1 +1 @@ -Subproject commit 707438c7d196b6e808ed8ea64b85d904ff28f980 +Subproject commit b3ed1bb493c40a78eb12e8250104bf3ab6637af6