python.pkgs.gflags: fix expression
This commit is contained in:
parent
e2b539a1ef
commit
2ed7dda500
@ -2,16 +2,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.1.2";
|
version = "3.1.2";
|
||||||
pname = "gflags";
|
pname = "python-gflags";
|
||||||
name = pname + "-" + version;
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit pname version;
|
||||||
pname = "python-gflags";
|
|
||||||
sha256 = "40ae131e899ef68e9e14aa53ca063839c34f6a168afe622217b5b875492a1ee2";
|
sha256 = "40ae131e899ef68e9e14aa53ca063839c34f6a168afe622217b5b875492a1ee2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user