9 buildPythonPackage rec {
10 pname = "apache-libcloud";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "sha256-D6zzIGVoQwyZjaQOm7rG06DE/IDdUWdNnnlLOBRQEgw=";
21 propagatedBuildInputs = [
27 cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
31 substituteInPlace setup.py \
32 --replace "setup_requires=pytest_runner," "setup_requires=[],"
35 # requires a certificates file
38 pythonImportsCheck = [
43 description = "A unified interface to many cloud providers";
44 homepage = "https://libcloud.apache.org/";
45 changelog = "https://github.com/apache/libcloud/blob/v${version}/CHANGES.rst";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ ];