hotfix: fix dependency in buildbot in the prometheus plugin
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
e42966e193
commit
10fc1417b5
|
@ -3,7 +3,8 @@
|
|||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, wheel
|
||||
, buildbot
|
||||
# Because python3Packages.buildbot and pkgs.buildbot are colliding...
|
||||
, pkgs
|
||||
, prometheus-client
|
||||
, twisted
|
||||
}:
|
||||
|
@ -26,7 +27,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
buildbot
|
||||
pkgs.buildbot
|
||||
prometheus-client
|
||||
twisted
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue