Loading pkgs/development/python-modules/formencode/default.nix +8 −4 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ setuptools-scm, six, dnspython, legacy-cgi, pycountry, pytestCheckHook, }: Loading @@ -27,9 +28,12 @@ buildPythonPackage rec { sed -i '/setuptools_scm_git_archive/d' setup.py ''; nativeBuildInputs = [ setuptools-scm ]; build-system = [ setuptools-scm ]; propagatedBuildInputs = [ six ]; dependencies = [ six legacy-cgi ]; nativeCheckInputs = [ dnspython Loading @@ -43,10 +47,10 @@ buildPythonPackage rec { "test_unicode_ascii_subgroup" ]; meta = with lib; { meta = { description = "FormEncode validates and converts nested structures"; homepage = "http://formencode.org"; license = licenses.mit; license = lib.licenses.mit; maintainers = [ ]; }; } Loading
pkgs/development/python-modules/formencode/default.nix +8 −4 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ setuptools-scm, six, dnspython, legacy-cgi, pycountry, pytestCheckHook, }: Loading @@ -27,9 +28,12 @@ buildPythonPackage rec { sed -i '/setuptools_scm_git_archive/d' setup.py ''; nativeBuildInputs = [ setuptools-scm ]; build-system = [ setuptools-scm ]; propagatedBuildInputs = [ six ]; dependencies = [ six legacy-cgi ]; nativeCheckInputs = [ dnspython Loading @@ -43,10 +47,10 @@ buildPythonPackage rec { "test_unicode_ascii_subgroup" ]; meta = with lib; { meta = { description = "FormEncode validates and converts nested structures"; homepage = "http://formencode.org"; license = licenses.mit; license = lib.licenses.mit; maintainers = [ ]; }; }