Commit aa848de8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.xknxproject: use hashlib instead of cryptography

parent 16486e49
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  cryptography,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
@@ -27,7 +26,6 @@ buildPythonPackage rec {
  build-system = [ setuptools ];

  dependencies = [
    cryptography
    pyzipper
    striprtf
  ];