python312Packages.pymumble: switch to pyproject and dependencies
This commit is contained in:
parent
9b6701a8da
commit
b3528b87e1
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user