1 { lib, buildPythonPackage, fetchPypi, mock, nose, pytest, six }:
4 buildPythonPackage rec {
10 sha256 = "08wppsv65yd0gdxy5zwq37yp6jmxakfz4a2yx5wwq2d222my786j";
13 propagatedBuildInputs = [ six ];
15 checkInputs = [ mock nose pytest ];
18 pytest mohawk/tests.py
22 description = "Python library for Hawk HTTP authorization.";
23 homepage = "https://github.com/kumar303/mohawk";
24 license = licenses.mpl20;