hotfix: fix dependency in buildbot in the prometheus plugin

Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
raito 2024-05-11 20:04:21 +02:00
parent e42966e193
commit 10fc1417b5

View file

@ -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
]; ];