Unverified Commit 7b32f95c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.bip-utils: refactor

parent 81af9e6f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -11,12 +11,13 @@
, pynacl
, pytestCheckHook
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "bip-utils";
  version = "2.9.2";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -27,6 +28,10 @@ buildPythonPackage rec {
    hash = "sha256-qK1jSVfkebB9JM0sZjOu7ABc7xMrcybu1r7oQOw3bJo=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    ecdsa
    cbor2