7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "25b5075f2238be93af1cd574540a5ea01b8547f9b678aa72d22fce22577475ec";
16 buildInputs = [ openssl ];
20 description = "Bindings for scrypt key derivation function library";
21 homepage = "https://pypi.python.org/pypi/scrypt";
23 license = licenses.bsd2;