Unverified Commit ecb1b6f6 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

python3Packages.pulsectl-asyncio: fix build (#380272)

parents e1d5fe4a 44114d27
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ buildPythonPackage rec {
    hash = "sha256-lHVLrkFdNM8Y4t6TcXYnX8sQ4COrW3vV2sTDWeI4xZU=";
  };

  postPatch = ''
    substituteInPlace setup.cfg --replace-fail "pulsectl >=23.5.0,<=24.11.0" "pulsectl >=23.5.0"
  '';

  build-system = [ setuptools ];

  dependencies = [ pulsectl ];