python312Packages.ping3: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 20:03:27 +02:00
parent f5474cbbcc
commit 53342ebf92

View file

@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -18,9 +19,7 @@ buildPythonPackage rec {
hash = "sha256-uO2ObCZvizdGSrobagC6GDh116z5q5yIH9P8PcvpCi8=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
# Tests require additional permissions
doCheck = false;