forked from mirrors/nixpkgs
Merge pull request #51901 from yrashk/luigi-module
luigi: enable local modules discovery
This commit is contained in:
commit
cd906a3b33
|
@ -19,6 +19,9 @@ python3Packages.buildPythonApplication rec {
|
||||||
# Requires tox, hadoop, and google cloud
|
# Requires tox, hadoop, and google cloud
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# This enables accessing modules stored in cwd
|
||||||
|
makeWrapperArgs = ["--prefix PYTHONPATH . :"];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/spotify/luigi;
|
homepage = https://github.com/spotify/luigi;
|
||||||
description = "Python package that helps you build complex pipelines of batch jobs";
|
description = "Python package that helps you build complex pipelines of batch jobs";
|
||||||
|
|
Loading…
Reference in a new issue