mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python312Packages.xknxproject: use hashlib instead of cryptography
This commit is contained in:
parent
16486e49f6
commit
aa848de8f3
@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
cryptography,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
@ -27,7 +26,6 @@ buildPythonPackage rec {
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
cryptography
|
||||
pyzipper
|
||||
striprtf
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user