22 buildPythonPackage rec {
25 format = "setuptools";
27 disabled = pythonOlder "3.7";
30 inherit pname version;
31 hash = "sha256-VQ7JPyQOY9X/7LVAvTwftoOegt4KyfERgu38HfmsYDM=";
35 substituteInPlace requirements.txt \
36 --replace psycopg2-binary psycopg2
39 propagatedBuildInputs = [
56 # tests require docker-compose and vagrant
60 description = "Multi-purpose brute-forcer";
61 homepage = "https://github.com/lanjelot/patator";
62 license = licenses.gpl2Only;
63 maintainers = with maintainers; [ y0no ];