Aligned the package layout with the concurrent Debian packaging conventions. Moved package files under 'debian/all/' to avoid duplication across OS builds and removed legacy paths under 'debian/'. Updated related build references to ensure compatibility across all supported OS codenames. Test-Plan: PASS: master bullseye build PASS: AIO-SX deploy Story: 2011360 Task: 53414 Change-Id: Id9ad5d824ab9439d3089f3ed4add59e1c12bcb53 Signed-off-by: sharang bhardwaj <sharang.bhardwaj@windriver.com>
27 lines
548 B
Plaintext
27 lines
548 B
Plaintext
BUILDER=loci
|
|
DIST_REPOS="OS"
|
|
LABEL=stx-keystone-api-proxy
|
|
PROJECT=infra
|
|
PROJECT_REPO=nil
|
|
PIP_PACKAGES="
|
|
distributedcloud \
|
|
tsconfig \
|
|
eventlet \
|
|
pecan \
|
|
SQLAlchemy \
|
|
pycrypto \
|
|
psycopg2 \
|
|
fmclient \
|
|
python-barbicanclient \
|
|
oslo.concurrency \
|
|
oslo.config \
|
|
oslo.db \
|
|
oslo.log \
|
|
oslo.messaging \
|
|
oslo.middleware \
|
|
oslo.policy \
|
|
oslo.service \
|
|
oslo.versionedobjects \
|
|
keystonemiddleware \
|
|
"
|