Commit 6c4468c3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pulsectl-asyncio: refactor

parent f5327525
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -4,13 +4,12 @@
, pulsectl
, pythonOlder
, setuptools
, wheel
}:

buildPythonPackage rec {
  pname = "pulsectl-asyncio";
  version = "1.2.0";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -21,12 +20,11 @@ buildPythonPackage rec {
    hash = "sha256-WqUO4eERJkRg6O+gCmjqfdVbBT/3TVVBUUduoIxcPNQ=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
    wheel
  ];

  propagatedBuildInputs = [
  dependencies = [
    pulsectl
  ];