buildbot-worker: inherit version from buildbot
This commit is contained in:
parent
573089724c
commit
ca39097da8
@ -1,9 +1,9 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, setuptoolsTrial, mock, twisted, future,
|
{ lib, buildPythonPackage, fetchPypi, buildbot, setuptoolsTrial, mock, twisted,
|
||||||
coreutils }:
|
future, coreutils }:
|
||||||
|
|
||||||
buildPythonPackage (rec {
|
buildPythonPackage (rec {
|
||||||
pname = "buildbot-worker";
|
pname = "buildbot-worker";
|
||||||
version = "2.8.1";
|
inherit (buildbot) version;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
Reference in New Issue
Block a user