client: manifest: remove pipx, replace with packaged csvkit

This commit is contained in:
2024-08-18 01:48:02 -07:00
parent 3b01ce8cc7
commit 37a4a630d9

View File

@@ -37,13 +37,13 @@ container:
base: base:
packages: packages:
- "bc" - "bc"
- "csvkit"
- "git" - "git"
- "hledger" - "hledger"
- "hledger-iadd" - "hledger-iadd"
- "hledger-ui" - "hledger-ui"
- "hledger-web" - "hledger-web"
- "proxychains-ng" - "proxychains-ng"
- "python-pipx"
- "stack" - "stack"
- "timew" - "timew"
- "vim" - "vim"
@@ -53,7 +53,6 @@ container:
# For experimental build # For experimental build
#- "unuran" #- "unuran"
commands: commands:
- "csvstat --version"
- "ghc-pkg --version" - "ghc-pkg --version"
- "hledger-flow --version" - "hledger-flow --version"
fetch: fetch:
@@ -84,13 +83,13 @@ container:
packages: packages:
- "bc" - "bc"
- "cargo" - "cargo"
- "csvkit"
- "g++" - "g++"
- "git" - "git"
- "haskell-stack" - "haskell-stack"
- "hledger" - "hledger"
- "hledger-ui" - "hledger-ui"
- "hledger-web" - "hledger-web"
- "pipx"
- "proxychains4" - "proxychains4"
- "timewarrior" - "timewarrior"
- "vim" - "vim"
@@ -100,7 +99,6 @@ container:
# For experimental build # For experimental build
#- "libunuran-dev" #- "libunuran-dev"
commands: commands:
- "csvstat --version"
- "ghc-pkg --version" - "ghc-pkg --version"
- "hledger-flow --version" - "hledger-flow --version"
- "xsv --version" - "xsv --version"