python311Packages.impacket: add setuptools to dependencies
fixes #299206
This commit is contained in:
parent
3c9e0924c4
commit
08cfa6e603
@ -27,11 +27,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-7kA5tNKu3o9fZEeLxZ+qyGA2eWviTeqNwY8An7CQXko=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
charset-normalizer
|
||||
dsinternals
|
||||
flask
|
||||
@ -40,6 +40,7 @@ buildPythonPackage rec {
|
||||
pyasn1
|
||||
pycryptodomex
|
||||
pyopenssl
|
||||
setuptools
|
||||
six
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user