python312Packages.oras: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 12:42:41 +02:00
parent 63f8445d0b
commit 28a00f8e58
1 changed files with 12 additions and 17 deletions

View File

@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, jsonschema
, pytestCheckHook
, pythonOlder
, requests
, setuptools
{
lib,
buildPythonPackage,
fetchFromGitHub,
jsonschema,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
}:
buildPythonPackage rec {
@ -22,22 +23,16 @@ buildPythonPackage rec {
hash = "sha256-ZV+J5zqRBRIddWdmLzzjpZi3M5E/HfkG8lWK9xzy5tw=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
jsonschema
requests
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"oras"
];
pythonImportsCheck = [ "oras" ];
disabledTests = [
# Test requires network access