19 buildPythonPackage rec {
24 disabled = pythonOlder "3.8";
26 src = fetchFromGitHub {
30 hash = "sha256-Q4GMz7HFpJNPYlYgLhE0a7mVCwNpdbw4XVcUGQ2gUJ0=";
33 pythonRelaxDeps = [ "urllib3" ];
39 propagatedBuildInputs = [
60 pythonImportsCheck = [ "pylxd" ];
63 description = "Library for interacting with the LXD REST API";
64 homepage = "https://pylxd.readthedocs.io/";
65 changelog = "https://github.com/canonical/pylxd/releases/tag/${version}";
66 license = licenses.asl20;