summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-yate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-yate/default.nix')
-rw-r--r--pkgs/development/python-modules/python-yate/default.nix21
1 files changed, 9 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/python-yate/default.nix b/pkgs/development/python-modules/python-yate/default.nix
index a6cc7ac6575f..6207b13381e8 100644
--- a/pkgs/development/python-modules/python-yate/default.nix
+++ b/pkgs/development/python-modules/python-yate/default.nix
@@ -1,9 +1,10 @@
-{ lib
-, aiohttp
-, async-timeout
-, buildPythonPackage
-, fetchFromGitHub
-, pytestCheckHook
+{
+ lib,
+ aiohttp,
+ async-timeout,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pytestCheckHook,
}:
buildPythonPackage rec {
@@ -23,13 +24,9 @@ buildPythonPackage rec {
async-timeout
];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
- pythonImportsCheck = [
- "yate"
- ];
+ pythonImportsCheck = [ "yate" ];
meta = with lib; {
description = "Python library for the yate telephony engine";