Skip to content

Commit

Permalink
python311Packages.impacket: add setuptools to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 30, 2024
1 parent 3c9e092 commit 08cfa6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/impacket/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ buildPythonPackage rec {
hash = "sha256-7kA5tNKu3o9fZEeLxZ+qyGA2eWviTeqNwY8An7CQXko=";
};

nativeBuildInputs = [
build-system = [
setuptools
];

propagatedBuildInputs = [
dependencies = [
charset-normalizer
dsinternals
flask
Expand All @@ -40,6 +40,7 @@ buildPythonPackage rec {
pyasn1
pycryptodomex
pyopenssl
setuptools
six
];

Expand Down

0 comments on commit 08cfa6e

Please sign in to comment.