Add an empty __init__.py in jw.pkg to version control because, before a build is through, it's needed for running jw-pkg.py from source.
Without it, with the jw now a namespace container and empty as such, as long as src/python/jw/pkg/__init__.py is not yet created by make all, /usr/lib64/python3.x/site-packages/jw/pkg will take precedence before src/python/jw/pkg. So, if jw-pkg-run is installed regularly, the source tree remains unused.
Signed-off-by: Jan Lindemann <jan@janware.com>
6 lines
114 B
Makefile
6 lines
114 B
Makefile
TOPDIR = ../../../..
|
|
|
|
PY_UPDATE_INIT_PY ?= false
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(JWBDIR)/make/py-mod.mk
|