···22, stestr
33}:
4455-buildPythonPackage rec {
55+buildPythonPackage {
66 pname = "stestr-tests";
77- inherit (stestr) version;
88-99- src = stestr.src;
77+ inherit (stestr) version src;
88+ format = "other";
1091110 postPatch = ''
1211 # only a small portion of the listed packages are actually needed for running the tests