python312Packages.pulsectl-asyncio: refactor

This commit is contained in:
Fabian Affolter 2024-04-20 12:56:34 +02:00
parent f532752558
commit 6c4468c349
1 changed files with 3 additions and 5 deletions

View File

@ -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
];