buildbot-worker: inherit version from buildbot

This commit is contained in:
Ben Wolsieffer
2020-06-07 11:32:17 -04:00
committed by Dmitry Kalinkin
parent 573089724c
commit ca39097da8
@@ -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;