python312Packages.librespot: add PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION (#353068)
This commit is contained in:
commit
53029fdf6a
@ -6,7 +6,9 @@
|
||||
protobuf,
|
||||
pycryptodomex,
|
||||
pyogg,
|
||||
pythonOlder,
|
||||
requests,
|
||||
setuptools,
|
||||
websocket-client,
|
||||
zeroconf,
|
||||
}:
|
||||
@ -14,7 +16,9 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "librespot";
|
||||
version = "0.0.9";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kokarare1212";
|
||||
@ -23,10 +27,13 @@ buildPythonPackage rec {
|
||||
hash = "sha256-k9qVsxjRlUZ7vCBx00quiAR7S+YkfyoZiAKVnOOG4xM=";
|
||||
};
|
||||
|
||||
env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
defusedxml
|
||||
protobuf
|
||||
pycryptodomex
|
||||
|
Loading…
Reference in New Issue
Block a user