summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-snap7
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-snap7')
-rw-r--r--pkgs/development/python-modules/python-snap7/default.nix17
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/python-snap7/default.nix b/pkgs/development/python-modules/python-snap7/default.nix
index d33bdc77f8b0..fcbd2f98060c 100644
--- a/pkgs/development/python-modules/python-snap7/default.nix
+++ b/pkgs/development/python-modules/python-snap7/default.nix
@@ -1,9 +1,10 @@
-{ lib
-, buildPythonPackage
-, snap7
-, fetchFromGitHub
-, setuptools
-, pythonOlder
+{
+ lib,
+ buildPythonPackage,
+ snap7,
+ fetchFromGitHub,
+ setuptools,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -20,9 +21,7 @@ buildPythonPackage rec {
hash = "sha256-90WwgqPHsHbuQUY49cSQblN1jfoLydiG0dm1aMF/NCA=";
};
- propagatedBuildInputs = [
- setuptools
- ];
+ propagatedBuildInputs = [ setuptools ];
prePatch = ''
substituteInPlace snap7/common.py \