tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
buildbot: fix build
Martin Weinelt
2 years ago
4d742c40
977c1ea0
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
continuous-integration
buildbot
master.nix
+1
-1
pkgs/development/tools/continuous-integration/buildbot/master.nix
···
66
66
package = buildPythonApplication rec {
67
67
pname = "buildbot";
68
68
version = "3.9.2";
69
69
-
format = "setuptools";
69
69
+
format = "pyproject";
70
70
71
71
disabled = pythonOlder "3.7";
72
72