summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/oslo-concurrency/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/oslo-concurrency/default.nix')
-rw-r--r--pkgs/development/python-modules/oslo-concurrency/default.nix33
1 files changed, 17 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/oslo-concurrency/default.nix b/pkgs/development/python-modules/oslo-concurrency/default.nix
index 13fbdbcaac64..ef4b6f2c4bc5 100644
--- a/pkgs/development/python-modules/oslo-concurrency/default.nix
+++ b/pkgs/development/python-modules/oslo-concurrency/default.nix
@@ -1,19 +1,20 @@
-{ stdenv
-, lib
-, buildPythonPackage
-, fetchPypi
-, bash
-, coreutils
-, eventlet
-, fasteners
-, fixtures
-, iana-etc
-, libredirect
-, oslo-config
-, oslo-utils
-, oslotest
-, pbr
-, stestr
+{
+ stdenv,
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ bash,
+ coreutils,
+ eventlet,
+ fasteners,
+ fixtures,
+ iana-etc,
+ libredirect,
+ oslo-config,
+ oslo-utils,
+ oslotest,
+ pbr,
+ stestr,
}:
buildPythonPackage rec {