summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-tds/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-tds/default.nix')
-rw-r--r--pkgs/development/python-modules/python-tds/default.nix31
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/python-tds/default.nix b/pkgs/development/python-modules/python-tds/default.nix
index 502ff1433666..5a2e8e70da6c 100644
--- a/pkgs/development/python-modules/python-tds/default.nix
+++ b/pkgs/development/python-modules/python-tds/default.nix
@@ -1,14 +1,15 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, setuptools
-, six
-, pytestCheckHook
-, pyopenssl
-, pyspnego
-, namedlist
-, pydes
-, cryptography
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ setuptools,
+ six,
+ pytestCheckHook,
+ pyopenssl,
+ pyspnego,
+ namedlist,
+ pydes,
+ cryptography,
}:
buildPythonPackage rec {
@@ -28,13 +29,9 @@ buildPythonPackage rec {
--replace "version.get_git_version()" '"${version}"'
'';
- nativeBuildInputs = [
- setuptools
- ];
+ nativeBuildInputs = [ setuptools ];
- propagatedBuildInputs = [
- six
- ];
+ propagatedBuildInputs = [ six ];
nativeCheckInputs = [
pytestCheckHook