This commit is contained in:
parent
b75542d8c2
commit
6902c2672b
2 changed files with 2 additions and 5 deletions
|
@ -89,9 +89,7 @@ from various contexts of CA, CI and OCI / OS.
|
||||||
|
|
||||||
### sh
|
### sh
|
||||||
|
|
||||||
* support
|
* support opensuse operating system
|
||||||
* arch python virtual environment
|
|
||||||
* opensuse operating system
|
|
||||||
* write tests
|
* write tests
|
||||||
|
|
||||||
### sh → py
|
### sh → py
|
||||||
|
|
3
spcd.sh
3
spcd.sh
|
@ -612,8 +612,7 @@ spcd_install_python() {
|
||||||
spcd_install_package "python3-venv"
|
spcd_install_package "python3-venv"
|
||||||
;;
|
;;
|
||||||
"${SPCD_OS_ARCH}")
|
"${SPCD_OS_ARCH}")
|
||||||
echo "Not supported!"
|
spcd_install_package "expat"
|
||||||
exit 255
|
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue