mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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,
|
||||
python, twisted, jinja2, zope_interface, future, sqlalchemy,
|
||||
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 }:
|
||||
|
||||
let
|
||||
@ -55,7 +55,7 @@ let
|
||||
boto3
|
||||
moto
|
||||
mock
|
||||
lz4
|
||||
python-lz4
|
||||
setuptoolsTrial
|
||||
isort
|
||||
pylint
|
||||
|
Loading…
Reference in New Issue
Block a user