Fix import issues with o2app 62/14562/4
authorvpachchi <vineela.pachchipulusu@windriver.com>
Fri, 13 Jun 2025 12:46:33 +0000 (08:46 -0400)
committervpachchi <vineela.pachchipulusu@windriver.com>
Tue, 17 Jun 2025 14:58:37 +0000 (10:58 -0400)
commit84b7ec2870f70e44f4d11d5e7fcb44bdc56aedbf
treee9b6351ff361cddf2dae4428f4590417c9497c5c
parent036da2720c21da323d143b34512f8e2d2c94988c
Fix import issues with o2app

- Fix FromAsCasing Warning making Keywords to capital case
- Update setuptools to 78.1.1 for CVE-2025-47273
- Added PYTHONPATH environment variable for better importing

TestPlan:
PASS : Build the container image
PASS : Run a container from the image
PASS : Start pubsub with python
PASS : python /src/o2app/entrypoints/redis_eventconsumer.py
PASS : Confirm log ModuleNotFoundError: No module named 'o2app' is not present

Change-Id: I3bea247f2f1f139b7f79a1891fed277dfe05aef4
Signed-off-by: vpachchi <vineela.pachchipulusu@windriver.com>
Dockerfile