4 , http-message-signatures
12 buildPythonPackage rec {
13 pname = "requests-http-signature";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-sW2vYqT/nY27DvEKHdptc3dUpuqKmD7PLMs+Xp+cpeU=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
32 propagatedBuildInputs = [
33 http-message-signatures
47 # Test require network access
51 pythonImportsCheck = [
52 "requests_http_signature"
56 description = "Requests authentication module for HTTP Signature";
57 homepage = "https://github.com/kislyuk/requests-http-signature";
58 license = licenses.asl20;
59 maintainers = with maintainers; [ mmai ];