Unverified Commit 983bf560 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python311Packages.oslo-utils: use only qemu-utils (#350255)

parents 7a3fd873 89acd969
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
  pbr,
  pyparsing,
  pytz,
  qemu,
  qemu-utils,
  setuptools,
  stestr,
  testscenarios,
@@ -64,7 +64,7 @@ buildPythonPackage rec {
    eventlet
    fixtures
    oslotest
    qemu
    qemu-utils
    stestr
    testscenarios
    pyyaml
+1 −3
Original line number Diff line number Diff line
@@ -9576,9 +9576,7 @@ self: super: with self; {
  oslo-serialization = callPackage ../development/python-modules/oslo-serialization { };
  oslo-utils = callPackage ../development/python-modules/oslo-utils {
    qemu = pkgs.qemu;
  };
  oslo-utils = callPackage ../development/python-modules/oslo-utils { };
  oslotest = callPackage ../development/python-modules/oslotest { };