7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "db3c2a7fab8966d903a63f16c515bff241533e4ef2d746aa7aae4a49bba5e573";
16 propagatedBuildInputs = [ requests ];
19 homepage = "https://github.com/ghickman/linode";
20 description = "A thin python wrapper around Linode's API";
21 license = licenses.mit;
22 maintainers = with maintainers; [ nslqqq ];