From 970f91150bfd30195f750c99f2471b65e7849d59 Mon Sep 17 00:00:00 2001 From: JGStew Date: Fri, 5 Jul 2024 00:42:58 -0400 Subject: [PATCH] fix missing dep, fix test recipe --- Test-Recipes/URLTextSearcherArray.test.recipe.yaml | 2 +- setup_ubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Test-Recipes/URLTextSearcherArray.test.recipe.yaml b/Test-Recipes/URLTextSearcherArray.test.recipe.yaml index d51da5f..5959f6c 100644 --- a/Test-Recipes/URLTextSearcherArray.test.recipe.yaml +++ b/Test-Recipes/URLTextSearcherArray.test.recipe.yaml @@ -16,7 +16,7 @@ Process: Arguments: input_string: "%version_maximum%" # this may need changed in the future: - assert_string: "10.0." + assert_string: "11.0." # # find URL strings inside of a binary file: # - Processor: com.github.jgstew.SharedProcessors/URLTextSearcherArray diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index c24353e..17df165 100644 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -23,7 +23,7 @@ sudo python3.10 -m pip install --upgrade pip # update python basics sudo python3.10 -m pip install --upgrade setuptools wheel build -sudo DEBIAN_FRONTEND=noninteractive apt install -y libcairo2-dev libmagic-dev jq p7zip-full msitools curl git wget build-essential libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev +sudo DEBIAN_FRONTEND=noninteractive apt install -y speech-dispatcher libcairo2-dev libmagic-dev jq p7zip-full msitools curl git wget build-essential libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev # This may solve a weird issue: # python3 -m pip install -U 'pyasn1<0.5.0'