jw.pkg.__init__.py: Add file to Git
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>
This commit is contained in:
parent
f87e386906
commit
8490241a3d
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
TOPDIR = ../../../..
|
TOPDIR = ../../../..
|
||||||
|
|
||||||
|
PY_UPDATE_INIT_PY ?= false
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
include $(JWBDIR)/make/py-mod.mk
|
include $(JWBDIR)/make/py-mod.mk
|
||||||
|
|
|
||||||
0
src/python/jw/pkg/__init__.py
Normal file
0
src/python/jw/pkg/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue