17 buildPythonPackage rec {
18 pname = "lazr.restfulclient";
21 disabled = isPy27; # namespace is broken for python2
24 inherit pname version;
25 hash = "sha256-B1FxfH502xmH6adzNXB9TX2XzwSxrQiYuCLxIzPWiHw=";
28 propagatedBuildInputs = [ distro httplib2 oauthlib setuptools six wadllib ];
30 # E ModuleNotFoundError: No module named 'lazr.uri'
32 nativeCheckInputs = [ fixtures lazr-uri pytestCheckHook wsgi-intercept ];
34 pythonImportsCheck = [ "lazr.restfulclient" ];
37 description = "A programmable client library that takes advantage of the commonalities among";
38 homepage = "https://launchpad.net/lazr.restfulclient";
39 license = licenses.lgpl3;
40 maintainers = [ maintainers.marsam ];