nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.python3-saml: relax lxml constraint

+5
+5
pkgs/development/python-modules/python3-saml/default.nix
··· 13 13 sha256 = "sha256-TAfVXh1fSKhNn/lsi7elq4wFyKCxCtCYUTrnH3ytBTw="; 14 14 }; 15 15 16 + postPatch = '' 17 + substituteInPlace setup.py \ 18 + --replace "lxml<4.7.1" "lxml<5" 19 + ''; 20 + 16 21 propagatedBuildInputs = [ 17 22 isodate lxml xmlsec 18 23 ];