Skip to content

Commit

Permalink
fix missing dep, fix test recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 5, 2024
1 parent 076698b commit 970f911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Test-Recipes/URLTextSearcherArray.test.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 970f911

Please sign in to comment.