mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-14 18:18:59 +00:00
shw.swh-auth: update python-keycloak
This commit is contained in:
parent
d864480236
commit
03140974e8
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, lib, python3Packages, swh-core, ... }:
|
{ stdenv, lib, python3Packages, swh-core, ... }:
|
||||||
|
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "swh-auth";
|
pname = "swh-auth";
|
||||||
version = "0.7.1";
|
version = "0.7.1";
|
||||||
@ -20,7 +21,15 @@ buildPythonPackage rec {
|
|||||||
sentry-sdk
|
sentry-sdk
|
||||||
click
|
click
|
||||||
pyyaml
|
pyyaml
|
||||||
python-keycloak
|
(python-keycloak.overrideAttrs (final: prev: rec {
|
||||||
|
version = "2.16.1";
|
||||||
|
src = pkgs.fetchPypi {
|
||||||
|
inherit version;
|
||||||
|
pname = "python_keycloak";
|
||||||
|
hash = "sha256-LyJwC274wWcoSoLCNzb2/ryQW9CrhZgdyhIXGt82Z68=";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = prev.propagatedBuildInputs ++ [ setuptools deprecation ];
|
||||||
|
}))
|
||||||
|
|
||||||
swh-core
|
swh-core
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user