-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
home-assistant: unpin and fix build dependencies #250124
Conversation
Thanks. I'm on mobile currently, so I'll take a more thorough look tonight. |
sed -i 's/setuptools[~=]/setuptools>/' pyproject.toml | ||
sed -i 's/wheel[~=]/wheel>/' pyproject.toml |
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.
Have you tried adding it to relaxedConstraints
above?
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.
That breaks as it expects one dependency per line.
patches = [ | ||
# https://github.com/home-assistant/intents-package/pull/1 | ||
(fetchpatch { | ||
name = "unpin-setuptools-dependency.patch"; | ||
url = "https://github.com/home-assistant/intents-package/commit/fc03c1ec1001ba3b812f2eea670d1c447cf2acee.patch"; | ||
hash = "sha256-kTu1+IwDrcdqelyK/vfhxw8MQBis5I1jag7YTytKQhs="; | ||
}) | ||
]; |
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.
Good luck getting anything merged after having mentioned you require this for nixpkgs.
Might as well go in as is. I'll have to clean up the whole dependency versioning story anyway. |
Merged in #248866. |
Description of changes
These changes will be needed once we switch over to building Python packages with
build
.Things done
sandbox = true
set 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/
)