python312Packages.pulsectl-asyncio: refactor

This commit is contained in:
Fabian Affolter
2024-04-20 13:18:07 +02:00
parent f532752558
commit 6c4468c349
@@ -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
];