-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
pythonPackages.asana: 0.7.0 -> 0.7.1 #44561
Conversation
}; | ||
|
||
checkInputs = [ pytest responses ]; | ||
propagatedBuildInputs = [ requests requests_oauthlib six ]; | ||
|
||
patchPhase = '' | ||
postPatch = '' | ||
echo > requirements.txt |
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.
Is this line still needed?
|
@dotlambda isn't |
No, someone might actually want to use version 0.8.0. |
Also fixed the package build from https://hydra.nixos.org/build/78900949. `requests_oauthlib` seems to work fine at version 1.0 with `asana`, so rather than creating our own override for `asana` it's fine to use 1.0 and patch `setup.py`.
ack, fixed 👍 |
@GrahamcOfBorg build python2.pkgs.asana python3.pkgs.asana |
Success on x86_64-linux (full log) Attempted: python2.pkgs.asana, python3.pkgs.asana Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python2.pkgs.asana, python3.pkgs.asana Partial log (click to expand)
|
Motivation for this change
Also fixed the package build from
https://hydra.nixos.org/build/78900949.
requests_oauthlib
seems to work fine at version 1.0 withasana
, sorather than creating our own override for
asana
it's fine to use 1.0and patch
setup.py
.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)