diff options
| author | Yurii Rashkovskii <yrashk@gmail.com> | 2018-12-12 16:12:54 +0700 |
|---|---|---|
| committer | Yurii Rashkovskii <yrashk@gmail.com> | 2018-12-12 16:12:54 +0700 |
| commit | a84a457f62a86fdc317c9feec50e31c11309c04c (patch) | |
| tree | 33653c3a172552da5f61d160a55993242fb76c28 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | 8e3b400b45224798056dbc7501901cd9d3cc5658 (diff) | |
luigi: enable local modules discovery
Currently, local module discovery is broken with luigi installed from
this derivation.
In the documentation, you can see the following command line syntax
used:
```
luigi --module module_name ...
```
However, currently this will result in an error:
```
ModuleNotFoundError: No module named 'module_name'
```
However, if the call is prepended with this:
```
PYTHONPATH=.:$PYTHONPATH
```
then it will work as expected.
This patch makes this the default behaviour.
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
