mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
py-defs.mk: Add PY_PREREQ_RUN in PYTHONPATH
This allows to specify modules in a test directory which a given module does _not_ depend on and doesn't want to depend on. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3e99fe51cd
commit
d8542717b1
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ PY_INSTALLED_PY = $(addprefix $(PY_INSTALL_DIR_PY)/,$(sort $(PY_ALL
|
|||
PY_INSTALLED_PYC = $(addprefix $(PY_INSTALL_DIR_PY)/,$(PY_PYC))
|
||||
PY_INSTALLED_REG = $(PY_INSTALLED_PY) $(PY_INSTALLED_PYC)
|
||||
|
||||
PYTHONPATH ?= $(call proj_query, pythonpath $(PROJECT))
|
||||
PYTHONPATH ?= $(call proj_query, pythonpath $(PROJECT) $(PY_PREREQ_RUN))
|
||||
#PYTHONPATH = $(subst $(space),,$(ENV_PYTHONPATH)$(foreach d,$(PY_MODULE_DIRS),:$(d)))
|
||||
export PYTHONPATH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue