treewide: pin openstack clis to python 3.11

They do not work with python 3.12 yet, as upstream is slow to update
their supported python versions.
This commit is contained in:
Sandro Jäckel
2024-07-09 17:40:02 +02:00
parent a0cafdf312
commit f3579065fa
+6 -7
View File
@@ -23480,11 +23480,12 @@ with pkgs;
openslp = callPackage ../development/libraries/openslp { };
openstackclient = with python3Packages; toPythonApplication python-openstackclient;
glanceclient = with python3Packages; toPythonApplication python-glanceclient;
heatclient = with python3Packages; toPythonApplication python-heatclient;
ironicclient = with python3Packages; toPythonApplication python-ironicclient;
manilaclient = with python3Packages; toPythonApplication python-manilaclient;
openstackclient = with python311Packages; toPythonApplication python-openstackclient;
glanceclient = with python311Packages; toPythonApplication python-glanceclient;
heatclient = with python311Packages; toPythonApplication python-heatclient;
ironicclient = with python311Packages; toPythonApplication python-ironicclient;
manilaclient = with python311Packages; toPythonApplication python-manilaclient;
swiftclient = with python311Packages; toPythonApplication python-swiftclient;
openvdb = callPackage ../development/libraries/openvdb { };
@@ -24342,8 +24343,6 @@ with pkgs;
svxlink = libsForQt5.callPackage ../applications/radio/svxlink { };
swiftclient = with python3Packages; toPythonApplication python-swiftclient;
biblesync = callPackage ../development/libraries/biblesync { };
szip = callPackage ../development/libraries/szip { };