14 buildPythonPackage rec {
19 src = fetchFromGitHub {
21 repo = "oci-python-sdk";
23 hash = "sha256-D2iaEK25ryU1oRRahnlC3wuEIxtyjR6rAa7TXFTaRi4=";
31 build-system = [ setuptools ];
42 # Tests fail: https://github.com/oracle/oci-python-sdk/issues/164
45 pythonImportsCheck = [ "oci" ];
48 description = "Oracle Cloud Infrastructure Python SDK";
49 homepage = "https://github.com/oracle/oci-python-sdk";
50 changelog = "https://github.com/oracle/oci-python-sdk/blob/v${version}/CHANGELOG.rst";
51 license = with lib.licenses; [
55 maintainers = with lib.maintainers; [ ilian ];