buildbot: replace lz4 alias with proper name
lz4 used to package the same package as python-lz4, then lz4 was removed and became an alias to python-lz4
This commit is contained in:
parent
6ef6d4339a
commit
fdc9826c19
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, buildPythonPackage, fetchPypi, makeWrapper, isPy3k,
|
{ stdenv, lib, buildPythonPackage, fetchPypi, makeWrapper, isPy3k,
|
||||||
python, twisted, jinja2, zope_interface, future, sqlalchemy,
|
python, twisted, jinja2, zope_interface, future, sqlalchemy,
|
||||||
sqlalchemy_migrate, dateutil, txaio, autobahn, pyjwt, treq, txrequests,
|
sqlalchemy_migrate, dateutil, txaio, autobahn, pyjwt, treq, txrequests,
|
||||||
txgithub, pyjade, boto3, moto, mock, lz4, setuptoolsTrial, isort, pylint,
|
txgithub, pyjade, boto3, moto, mock, python-lz4, setuptoolsTrial, isort, pylint,
|
||||||
flake8, buildbot-worker, buildbot-pkg, glibcLocales }:
|
flake8, buildbot-worker, buildbot-pkg, glibcLocales }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -55,7 +55,7 @@ let
|
|||||||
boto3
|
boto3
|
||||||
moto
|
moto
|
||||||
mock
|
mock
|
||||||
lz4
|
python-lz4
|
||||||
setuptoolsTrial
|
setuptoolsTrial
|
||||||
isort
|
isort
|
||||||
pylint
|
pylint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user