
Create Debian packages for dex-helm, oidc-auth-tools, python-k8sapp-oidc and stx-oidc-auth-helm packages. In order to adhere to python3 package naming conventions, the oidc-auth-tools package is named python3-oidcauthtools. Story: 2009101 Task: 43840 Signed-off-by: Tracey Bogue <tracey.bogue@windriver.com> Change-Id: Ic2b9a0534897f96e5ce439c6630d9abf175ead4f
33 lines
929 B
Plaintext
33 lines
929 B
Plaintext
Source: python3-oidcauthtools
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-all,
|
|
python3-pbr (>= 2.0.0),
|
|
python3-setuptools,
|
|
python3-wheel
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: python3-oidcauthtools
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${python3:Depends},
|
|
python3-html5lib,
|
|
python3-mechanize,
|
|
python3-pbr (>= 2.0.0),
|
|
python3-webencodings
|
|
Description: OIDC Authentication Tools
|
|
This package contains OIDC authentication tools to obtain a token
|
|
from DEX and setup kubernetes credentials for a user.
|
|
|
|
Package: python3-oidcauthtools-wheels
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${python3:Depends}, python3-wheel
|
|
Description: OIDC Authentication Tools Wheels
|
|
This package contains python wheels for the OIDC authentication
|
|
tools.
|