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
|
, fetchFromGitHub
|
||||||
, setuptools
|
, setuptools
|
||||||
, wheel
|
, wheel
|
||||||
, buildbot
|
# Because python3Packages.buildbot and pkgs.buildbot are colliding...
|
||||||
|
, pkgs
|
||||||
, prometheus-client
|
, prometheus-client
|
||||||
, twisted
|
, twisted
|
||||||
}:
|
}:
|
||||||
|
@ -26,7 +27,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
buildbot
|
pkgs.buildbot
|
||||||
prometheus-client
|
prometheus-client
|
||||||
twisted
|
twisted
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue