Skip to content

Commit

Permalink
python3Packages.impacket: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
applePrincess committed Sep 15, 2021
1 parent f16e0e1 commit 4738bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/impacket/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, flask, ldapdomaindump, pycryptodomex, pyasn1, pyopenssl, chardet }:
{ lib, buildPythonPackage, fetchPypi, flask, ldapdomaindump, pycryptodomex, pyasn1, pyopenssl, chardet, setuptools }:

buildPythonPackage rec {
pname = "impacket";
Expand All @@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "1c1be8a50cdbe3cffc566ba64f552b1b28bcc79b7a406b833956b49c56d77184";
};

propagatedBuildInputs = [ flask ldapdomaindump pycryptodomex pyasn1 pyopenssl chardet ];
propagatedBuildInputs = [ flask ldapdomaindump pycryptodomex pyasn1 pyopenssl chardet setuptools ];

# fail with:
# RecursionError: maximum recursion depth exceeded
Expand Down

0 comments on commit 4738bfd

Please sign in to comment.