16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-7kA5tNKu3o9fZEeLxZ+qyGA2eWviTeqNwY8An7CQXko=";
28 propagatedBuildInputs = [
40 # RecursionError: maximum recursion depth exceeded
43 pythonImportsCheck = [
48 description = "Network protocols Constructors and Dissectors";
49 homepage = "https://github.com/SecureAuthCorp/impacket";
50 changelog = "https://github.com/fortra/impacket/releases/tag/impacket_"
51 + replaceStrings [ "." ] [ "_" ] version;
52 # Modified Apache Software License, Version 1.1
53 license = licenses.free;
54 maintainers = with maintainers; [ fab ];