python3Packages.trytond: 6.2.6 -> 6.4.0#171354
Conversation
|
Could you elaborate a bit on why you had to add a new check dependency to flask-security-too? |
It was removed from passlib's |
Thanks, that seems sensible. |
|
@gador I guess I should have called the PR "random Python stuff". I just started with trytond and then saw that passlib doesn't specify extras-require even though trytond depends on passlib[bcrypt] and passlib[argon2] so I went ahead and changed that. |
|
@ofborg eval |
|
Result of 16 packages failed to build:
95 packages built:
|
| propagatedBuildInputs = [ bcrypt argon2_cffi ]; | ||
| propagatedNativeBuildInputs = [ argon2_cffi ]; |
There was a problem hiding this comment.
This is now lost which I think was really important.
There was a problem hiding this comment.
Those are extra-requires.
There was a problem hiding this comment.
Yes but extra-requires currently is not easy to use with propagatedNativeBuildInputs. I am not sure how we want to make sure people actually add both.
There was a problem hiding this comment.
Why is propagatedNativeBuildInputs needed?
There was a problem hiding this comment.
It's not perfect, but not depending on argon2_cffi at all should also fix cross-compilation.
|
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 14 packages failed to build and already failed to build on hydra master:
97 packages built:
|
Description of changes
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notescc @udono