-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3Packages.basedmypy: init at 2.8.1 #364818
base: master
Are you sure you want to change the base?
Conversation
pkgs/development/python-modules/basedmypy/unpin-types-setuptools.patch
Outdated
Show resolved
Hide resolved
[ ] | ||
++ lib.optionals (pythonAtLeast "3.12") [ | ||
# requires distutils | ||
"test_c_unit_test" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not add distutils to fix this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I add distutils to nativeCheckInputs
, build crashes with Skipping analyzing "distutils": module is installed, but missing library stubs or py.typed marker.
(distutils
stubs are in types-setuptools
which should already be installed) during the buildPhase
This comment was marked as resolved.
This comment was marked as resolved.
63e9413
to
fd02506
Compare
fd02506
to
d9f8079
Compare
d9f8079
to
11bed26
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/5037 |
Depends on #364817mergedThings done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.