8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
16 inherit pname version;
17 hash = "sha256-/7g8Upj9Hb4m83JXLI3X2lqa9faCt42LVxh+V9WpI68=";
20 propagatedBuildInputs = [
27 pythonImportsCheck = [
32 description = "Python module to help with the enumeration of subdomains";
33 homepage = "https://github.com/sanderfoobar/subzerod";
34 license = with licenses; [ wtfpl ];
35 maintainers = with maintainers; [ fab ];