-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
python-gflags: 2.0 -> 3.1.1 #26858
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
python-gflags: 2.0 -> 3.1.1 #26858
Conversation
pkgs/top-level/python-packages.nix
Outdated
@@ -11607,15 +11607,17 @@ in { | |||
|
|||
|
|||
gflags = buildPythonPackage rec { |
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.
can you also move this expression to python-modules
?
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.
Sure, done
We have quite a few applications require gflags. This means I have not tested, if our packages also support the new version. |
pname = "python-gflags"; | ||
sha256 = "0qvcizlz6r4511kl4jlg6fr34y1ka956dr2jj1q0qcklr94n9zxa"; | ||
}; | ||
propagatedBuildInputs = [ six pytest ]; |
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.
py.test shouldn't be propagated
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.
oh, oversight.
f4c41e6
to
37c9ee9
Compare
Motivation for this change
gflags doesn't work with python 3 until version 3.1
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)