python312Packages.credstash: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 12:22:49 +02:00
parent a9cca8bfcb
commit 52f123b158
1 changed files with 14 additions and 18 deletions

View File

@ -1,14 +1,15 @@
{ lib
, boto3
, buildPythonPackage
, cryptography
, docutils
, fetchFromGitHub
, fetchpatch
, pytestCheckHook
, pythonOlder
, pyyaml
, setuptools
{
lib,
boto3,
buildPythonPackage,
cryptography,
docutils,
fetchFromGitHub,
fetchpatch,
pytestCheckHook,
pythonOlder,
pyyaml,
setuptools,
}:
buildPythonPackage rec {
@ -18,7 +19,6 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "fugue";
repo = "credstash";
@ -41,9 +41,7 @@ buildPythonPackage rec {
# file ensures that Python imports the module from site-packages library.
postInstall = "rm $out/bin/credstash.py";
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
boto3
@ -52,9 +50,7 @@ buildPythonPackage rec {
pyyaml
];
nativeBuildInputs = [
pytestCheckHook
];
nativeBuildInputs = [ pytestCheckHook ];
disabledTestPaths = [
# Tests require a region