Loading pkgs/development/python-modules/reqif/default.nix +3 −7 Original line number Diff line number Diff line { lib, beautifulsoup4, buildPythonPackage, fetchFromGitHub, hatchling, Loading @@ -8,7 +7,6 @@ lxml, pytestCheckHook, python, pythonOlder, xmlschema, }: Loading @@ -17,8 +15,6 @@ buildPythonPackage rec { version = "0.0.46"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "strictdoc-project"; repo = "reqif"; Loading @@ -32,15 +28,15 @@ buildPythonPackage rec { "\"${placeholder "out"}/${python.sitePackages}/reqif\"" ''; nativeBuildInputs = [ build-system = [ hatchling ]; propagatedBuildInputs = [ beautifulsoup4 dependencies = with python.pkgs; [ lxml jinja2 xmlschema openpyxl ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/reqif/default.nix +3 −7 Original line number Diff line number Diff line { lib, beautifulsoup4, buildPythonPackage, fetchFromGitHub, hatchling, Loading @@ -8,7 +7,6 @@ lxml, pytestCheckHook, python, pythonOlder, xmlschema, }: Loading @@ -17,8 +15,6 @@ buildPythonPackage rec { version = "0.0.46"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "strictdoc-project"; repo = "reqif"; Loading @@ -32,15 +28,15 @@ buildPythonPackage rec { "\"${placeholder "out"}/${python.sitePackages}/reqif\"" ''; nativeBuildInputs = [ build-system = [ hatchling ]; propagatedBuildInputs = [ beautifulsoup4 dependencies = with python.pkgs; [ lxml jinja2 xmlschema openpyxl ]; nativeCheckInputs = [ pytestCheckHook ]; Loading