13 buildPythonPackage rec {
14 pname = "ibm-cloud-sdk-core";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-MfWZGWbU0k586EYY0uhHHo2LuhQSmCfgs9Lz50Ds5Hc=";
25 propagatedBuildInputs = [
38 # Various tests try to access credential files which are not included with the source distribution
39 "test_configure_service"
40 "test_cp4d_authenticator"
43 "test_files_duplicate_parts"
45 "test_get_authenticator"
46 "test_gzip_compression_external"
48 "test_read_external_sources_2"
49 "test_retry_config_external"
50 # assertion error due to requests brotli support
55 "test/test_container_token_manager.py"
59 description = "Client library for the IBM Cloud services";
60 homepage = "https://github.com/IBM/python-sdk-core";
61 license = licenses.asl20;
62 maintainers = with maintainers; [ globin ];