mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
bin/pick-ui: use venv wrapper
Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24367>
This commit is contained in:
parent
2eca558dd4
commit
b13473efe9
2 changed files with 12 additions and 0 deletions
10
bin/pick-ui.sh
Executable file
10
bin/pick-ui.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
this_dir=$(dirname -- "$(readlink -f -- "${BASH_SOURCE[0]}")")
|
||||||
|
readonly this_dir
|
||||||
|
|
||||||
|
exec \
|
||||||
|
"$this_dir/python-venv.sh" \
|
||||||
|
"$this_dir/pick/requirements.txt" \
|
||||||
|
"$this_dir/pick-ui.py" "$@"
|
||||||
2
bin/pick/requirements.txt
Normal file
2
bin/pick/requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
attrs==23.1.0
|
||||||
|
urwid==2.1.2
|
||||||
Loading…
Add table
Reference in a new issue