15 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "7fdddb4f22275cf1d32129e21f056337fd2a80b6ccef1664528145b72c49e6d2";
24 propagatedBuildInputs =
26 ] ++ lib.optional (pythonOlder "3") futures;
38 pushd s3transfer/tests
39 nosetests -v unit/ functional/
43 # version on pypi has no tests/ dir
47 homepage = "https://github.com/boto/s3transfer";
48 license = licenses.asl20;
49 description = "A library for managing Amazon S3 transfers";