arch/venv

This commit is contained in:
Marc Beninca 2024-08-19 14:32:00 +02:00
parent e52764c8bf
commit 4d5ed3faed
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 2 deletions

View file

@ -90,7 +90,9 @@ from various contexts of CA, CI and OCI / OS.
### sh ### sh
* support opensuse * support
* arch python virtual environment
* opensuse operating system
### sh → py ### sh → py

View file

@ -613,7 +613,7 @@ spcd_install_python() {
spcd_install_package "python3-venv" spcd_install_package "python3-venv"
;; ;;
"${SPCD_OS_ARCH}") "${SPCD_OS_ARCH}")
# FIXME arch echo "Not supported!"
exit 255 exit 255
;; ;;
*) ;; *) ;;