fedora/py/cmd,pkg
This commit is contained in:
parent
1542f958c4
commit
b66cde3817
1 changed files with 2 additions and 2 deletions
4
spcd.sh
4
spcd.sh
|
@ -449,8 +449,8 @@ Acquire::https::Verify-Peer False;
|
|||
SPCD_PYTHON_PACKAGE="python3"
|
||||
;;
|
||||
"${SPCD_OS_FEDORA}")
|
||||
SPCD_PYTHON_COMMAND="python3.13"
|
||||
SPCD_PYTHON_PACKAGE="python3.13"
|
||||
SPCD_PYTHON_COMMAND="python3.12"
|
||||
SPCD_PYTHON_PACKAGE="python3"
|
||||
;;
|
||||
"${SPCD_OS_OPENSUSE}")
|
||||
case "${SPCD_OS_VERSION}" in
|
||||
|
|
Loading…
Reference in a new issue