10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "sha256-IQzwu0gwfPNPOLQLCO99KL5Hu2094Y+acQBFXVGzHhU=";
20 propagatedBuildInputs = [
25 export HOME=$(mktemp -d)
37 -e test_config_get_conf \
38 -e test_config_get_custom_conf \
40 -e test_init_from_custom_config
44 description = "Thin wrapper around OVH's APIs";
45 homepage = "https://github.com/ovh/python-ovh";
46 license = lib.licenses.bsd2;
47 maintainers = [ lib.maintainers.makefu ];