Loading pkgs/development/python-modules/querystring-parser/default.nix +11 −16 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , python , pythonOlder , setuptools , six { lib, buildPythonPackage, fetchPypi, python, pythonOlder, setuptools, six, }: buildPythonPackage rec { Loading @@ -20,20 +21,14 @@ buildPythonPackage rec { hash = "sha256-ZE/OHP/gUwRTtDqDo4CU2+QizLqMmy8qHAAoDhTKimI="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ six ]; dependencies = [ six ]; # https://github.com/bernii/querystring-parser/issues/35 doCheck = false; pythonImportsCheck = [ "querystring_parser" ]; pythonImportsCheck = [ "querystring_parser" ]; meta = with lib; { description = "Module to handle nested dictionaries"; Loading Loading
pkgs/development/python-modules/querystring-parser/default.nix +11 −16 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , python , pythonOlder , setuptools , six { lib, buildPythonPackage, fetchPypi, python, pythonOlder, setuptools, six, }: buildPythonPackage rec { Loading @@ -20,20 +21,14 @@ buildPythonPackage rec { hash = "sha256-ZE/OHP/gUwRTtDqDo4CU2+QizLqMmy8qHAAoDhTKimI="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ six ]; dependencies = [ six ]; # https://github.com/bernii/querystring-parser/issues/35 doCheck = false; pythonImportsCheck = [ "querystring_parser" ]; pythonImportsCheck = [ "querystring_parser" ]; meta = with lib; { description = "Module to handle nested dictionaries"; Loading