9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "996d55407498fd01e6c6c480f367048f92255e9ca9db0e9ea19aaef91328a441";
19 propagatedBuildInputs = [
24 # Pypi's tarball doesn't contain tests. Source not available.
26 pythonImportsCheck = [ "docloud" ];
29 description = "IBM Decision Optimization on Cloud Python client";
30 homepage = "https://onboarding-oaas.docloud.ibmcloud.com/software/analytics/docloud/";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ drewrisinger ];