12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-QzxBDCF3BXcF2iqfLNAd0VdJOyp6wUyFk6FrPatra/s=";
28 propagatedBuildInputs = [
33 propagatedNativeBuildInputs = [
41 pythonImportsCheck = [
46 description = "Modern password hashing for your software and your servers";
47 homepage = "https://github.com/pyca/bcrypt/";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ domenkozar ];