Loading pkgs/development/python-modules/openstacksdk/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -23,10 +23,10 @@ buildPythonPackage rec { pname = "openstacksdk"; version = "3.3.0"; version = "4.0.0"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; outputs = [ "out" Loading @@ -35,7 +35,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; hash = "sha256-BghpDKN8pzMnsPo3YdF+ZTlb43/yALhzXY8kJ3tPSYA="; hash = "sha256-54YN2WtwUxMJI8EdVx0lgCuWjx4xOIRct8rHxrMzv0s="; }; postPatch = '' Loading @@ -44,14 +44,15 @@ buildPythonPackage rec { --replace-fail "'sphinxcontrib.rsvgconverter'," "#'sphinxcontrib.rsvgconverter'," ''; build-system = [ nativeBuildInputs = [ openstackdocstheme setuptools sphinxHook ]; sphinxBuilders = [ "man" ]; build-system = [ setuptools ]; dependencies = [ platformdirs cryptography Loading pkgs/development/python-modules/openstacksdk/tests.nix +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ buildPythonPackage { openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_wait_for_task_wait openstack.tests.unit.image.v2.test_proxy.TestTask.test_wait_for_task_error_396 openstack.tests.unit.image.v2.test_proxy.TestTask.test_wait_for_task_wait openstack.tests.unit.test_resource.TestWaitForDelete.test_callback openstack.tests.unit.test_resource.TestWaitForDelete.test_callback_without_progress openstack.tests.unit.test_resource.TestWaitForDelete.test_status openstack.tests.unit.test_resource.TestWaitForDelete.test_success_not_found Loading Loading
pkgs/development/python-modules/openstacksdk/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -23,10 +23,10 @@ buildPythonPackage rec { pname = "openstacksdk"; version = "3.3.0"; version = "4.0.0"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; outputs = [ "out" Loading @@ -35,7 +35,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; hash = "sha256-BghpDKN8pzMnsPo3YdF+ZTlb43/yALhzXY8kJ3tPSYA="; hash = "sha256-54YN2WtwUxMJI8EdVx0lgCuWjx4xOIRct8rHxrMzv0s="; }; postPatch = '' Loading @@ -44,14 +44,15 @@ buildPythonPackage rec { --replace-fail "'sphinxcontrib.rsvgconverter'," "#'sphinxcontrib.rsvgconverter'," ''; build-system = [ nativeBuildInputs = [ openstackdocstheme setuptools sphinxHook ]; sphinxBuilders = [ "man" ]; build-system = [ setuptools ]; dependencies = [ platformdirs cryptography Loading
pkgs/development/python-modules/openstacksdk/tests.nix +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ buildPythonPackage { openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_wait_for_task_wait openstack.tests.unit.image.v2.test_proxy.TestTask.test_wait_for_task_error_396 openstack.tests.unit.image.v2.test_proxy.TestTask.test_wait_for_task_wait openstack.tests.unit.test_resource.TestWaitForDelete.test_callback openstack.tests.unit.test_resource.TestWaitForDelete.test_callback_without_progress openstack.tests.unit.test_resource.TestWaitForDelete.test_status openstack.tests.unit.test_resource.TestWaitForDelete.test_success_not_found Loading