1 { lib, buildPythonPackage, fetchPypi, isPy27, ci-info, ci-py, requests, pytest }:
3 buildPythonPackage rec {
10 sha256 = "1rw8im09ppnb7z7p7rx658rp5ib8zca8byxg1kiflqwgx5c8zddz";
13 propagatedBuildInputs = [ ci-info ci-py requests ];
15 # all 2 of the tests both try to pull down from a url
18 pythonImportsCheck = [
25 description = "Lightweight python client to communicate with the etelemetry server";
26 homepage = "https://github.com/mgxd/etelemetry-client";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ ];