Unverified Commit 9433aae4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #325883 from SuperSandro2000/openstack-clis

parents c55d289e f3579065
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -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 { };