12 buildPythonPackage rec {
13 pname = "stups-cli-support";
17 src = fetchFromGitHub {
18 owner = "zalando-stups";
19 repo = "stups-cli-support";
21 sha256 = "1r6g29gd009p87m8a6wv4rzx7f0564zdv67qz5xys4wsgvc95bx0";
24 propagatedBuildInputs = [
30 preCheck = "export HOME=$TEMPDIR";
38 description = "Helper library for all STUPS command line tools.";
39 homepage = "https://github.com/zalando-stups/stups-cli-support";
40 license = licenses.asl20;
41 maintainers = [ maintainers.mschuwalow ];