1 { lib, buildPythonPackage, fetchPypi, six, pynacl }:
3 buildPythonPackage rec {
9 sha256 = "1e6bba42a5f66c245adf38a5a4006a99dcc06a0703786ea636098667d42903b8";
12 propagatedBuildInputs = [
17 # Tests require an old version of hypothesis
21 description = "Macaroon library for Python";
22 homepage = "https://github.com/ecordell/pymacaroons";
23 license = licenses.mit;