python312Packages.xknxproject: use hashlib instead of cryptography

This commit is contained in:
Fabian Affolter 2024-10-11 00:13:38 +02:00
parent 16486e49f6
commit aa848de8f3

View File

@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
cryptography,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
@ -27,7 +26,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [
cryptography
pyzipper
striprtf
];