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

python3Packages.dissect-fve: unbreak, relax build dep (#439886)

parents 7d747143 7457ef12
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@ buildPythonPackage rec {
    hash = "sha256-OgagTnt4y6Fzd7jbsCgbkTzcsdnozImfdKI9ew9JaqI=";
  };

  pythonRelaxDeps = [
    "pycryptodome"
  ];

  build-system = [
    setuptools
    setuptools-scm