Unverified Commit b3528b87 authored by Theodore Ni's avatar Theodore Ni
Browse files

python312Packages.pymumble: switch to pyproject and dependencies

parent 9b6701a8
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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
  ];