python312Packages.pymumble: switch to pyproject and dependencies

This commit is contained in:
Theodore Ni 2024-10-21 07:51:51 -07:00
parent 9b6701a8da
commit b3528b87e1
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -7,12 +7,13 @@
pytestCheckHook,
pycrypto,
pythonOlder,
setuptools,
}:
buildPythonPackage {
pname = "pymumble";
version = "unstable-2024-10-20";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +24,11 @@ buildPythonPackage {
hash = "sha256-9lfWvfrS+vUFTf9jo4T+VHkm9u/hVjsDszLBQIEZVcQ=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
opuslib
protobuf
];