16 buildPythonPackage rec {
17 pname = "launchpadlib";
22 inherit pname version;
23 hash = "sha256-AYmMk3R3sMZKdTOK2wl3Ao1zRqigGesCPPaP7ZmFAUY=";
26 propagatedBuildInputs = [
47 pythonImportsCheck = [
50 "launchpadlib.credentials"
54 description = "Script Launchpad through its web services interfaces. Officially supported";
55 homepage = "https://help.launchpad.net/API/launchpadlib";
56 license = licenses.lgpl3Only;