about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elastic-apm
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 17:16:51 +0000
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 21:36:01 +0100
commit52d58e509a21785fee8079458eee08989ff5cfaf (patch)
treeeefd774aa183f55a633b6eade75eefdd79448bf0 /pkgs/development/python-modules/elastic-apm
parentacfd6f7704fd75fff41446bc6dacd44d0956e7c4 (diff)
python310Packages.logbook: Normalize attribute, pname, dirname
Diffstat (limited to 'pkgs/development/python-modules/elastic-apm')
-rw-r--r--pkgs/development/python-modules/elastic-apm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/elastic-apm/default.nix b/pkgs/development/python-modules/elastic-apm/default.nix
index b7286ad39c26f..5e7f76cee0bb1 100644
--- a/pkgs/development/python-modules/elastic-apm/default.nix
+++ b/pkgs/development/python-modules/elastic-apm/default.nix
@@ -8,7 +8,7 @@
 , httpx
 , jinja2
 , jsonschema
-, Logbook
+, logbook
 , mock
 , pytest-asyncio
 , pytest-bdd
@@ -57,7 +57,7 @@ buildPythonPackage rec {
     httpx
     jinja2
     jsonschema
-    Logbook
+    logbook
     mock
     pytest-asyncio
     pytest-bdd