diff options
author | John Estabrook <jestabro@vyos.io> | 2022-10-19 12:47:18 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-10-19 12:47:18 -0500 |
commit | 0544980b51383076447bde50e3a2cbc9944c321c (patch) | |
tree | 7bc3c26870eefc6e5f602813c6078b35234a39ba | |
parent | ac20f589da6696f9af039edcacd5e9496d6158b1 (diff) | |
download | vyos-http-api-tools-0544980b51383076447bde50e3a2cbc9944c321c.tar.gz vyos-http-api-tools-0544980b51383076447bde50e3a2cbc9944c321c.zip |
graphql: T4574: add package python-pam
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | requirements.in | 1 | ||||
-rw-r--r-- | requirements.txt | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 37bfdc2..7434e79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyos-http-api-tools (2.2) unstable; urgency=medium + + * Add package python-pam + + -- VyOS maintainers and contributors <maintainers@vyos.io> Wed, 19 Oct 2022 17:45:45 +0000 + vyos-http-api-tools (2.1) unstable; urgency=medium * Add pyjwt diff --git a/requirements.in b/requirements.in index 6ef9ec3..059c249 100644 --- a/requirements.in +++ b/requirements.in @@ -6,3 +6,4 @@ ariadne[asgi-file-uploads] makefun sgqlc pyjwt +python-pam diff --git a/requirements.txt b/requirements.txt index 7103e4f..6ae5cb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,6 +38,8 @@ python-multipart==0.0.5 # via # -r requirements.in # ariadne +python-pam==2.0.2 + # via -r requirements.in pyyaml==6.0 # via uvicorn sgqlc==16.0 |