···2, stestr
3}:
45-buildPythonPackage rec {
6 pname = "stestr-tests";
7- inherit (stestr) version;
8-9- src = stestr.src;
1011 postPatch = ''
12 # only a small portion of the listed packages are actually needed for running the tests
···2, stestr
3}:
45+buildPythonPackage {
6 pname = "stestr-tests";
7+ inherit (stestr) version src;
8+ format = "other";
0910 postPatch = ''
11 # only a small portion of the listed packages are actually needed for running the tests