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