12 buildPythonPackage rec {
13 pname = "ibm-cloud-sdk-core";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-lIpUG/Z8pVdQnSBvWyaAxfBxhyQQDBKRSi/zr3qtSV0=";
24 propagatedBuildInputs = [
36 # Various tests try to access credential files which are not included with the source distribution
37 "test_configure_service"
38 "test_cp4d_authenticator"
41 "test_files_duplicate_parts"
43 "test_get_authenticator"
44 "test_gzip_compression_external"
46 "test_read_external_sources_2"
47 "test_retry_config_external"
48 # assertion error due to requests brotli support
53 "test/test_container_token_manager.py"
57 description = "Client library for the IBM Cloud services";
58 homepage = "https://github.com/IBM/python-sdk-core";
59 changelog = "https://github.com/IBM/python-sdk-core/blob/v${version}/CHANGELOG.md";
60 license = licenses.asl20;
61 maintainers = with maintainers; [ globin ];