buildbot-worker: inherit version from buildbot

wip/yesman
Ben Wolsieffer 4 years ago committed by Dmitry Kalinkin
parent 573089724c
commit ca39097da8
  1. 6
      pkgs/development/python-modules/buildbot/worker.nix

@ -1,9 +1,9 @@
{ lib, buildPythonPackage, fetchPypi, setuptoolsTrial, mock, twisted, future,
coreutils }:
{ lib, buildPythonPackage, fetchPypi, buildbot, setuptoolsTrial, mock, twisted,
future, coreutils }:
buildPythonPackage (rec {
pname = "buildbot-worker";
version = "2.8.1";
inherit (buildbot) version;
src = fetchPypi {
inherit pname version;

Loading…
Cancel
Save