bazarr: add missing setuptools dependency
This commit is contained in:
parent
91eabfa3a9
commit
18cc739078
@ -20,7 +20,14 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ unzip makeWrapper ];
|
||||
|
||||
buildInputs = [
|
||||
(python3.withPackages (ps: [ ps.lxml ps.numpy ps.gevent ps.gevent-websocket ps.pillow ]))
|
||||
(python3.withPackages (ps: [
|
||||
ps.lxml
|
||||
ps.numpy
|
||||
ps.gevent
|
||||
ps.gevent-websocket
|
||||
ps.pillow
|
||||
ps.setuptools
|
||||
]))
|
||||
] ++ runtimeProgDeps;
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user