diff options
Diffstat (limited to 'pkgs/development/python-modules/jaraco-collections/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/jaraco-collections/default.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/jaraco-collections/default.nix b/pkgs/development/python-modules/jaraco-collections/default.nix index ecef3939c9c5..9992250b4cc9 100644 --- a/pkgs/development/python-modules/jaraco-collections/default.nix +++ b/pkgs/development/python-modules/jaraco-collections/default.nix @@ -1,10 +1,11 @@ -{ lib -, buildPythonPackage -, fetchPypi -, setuptools -, setuptools-scm -, jaraco-classes -, jaraco-text +{ + lib, + buildPythonPackage, + fetchPypi, + setuptools, + setuptools-scm, + jaraco-classes, + jaraco-text, }: buildPythonPackage rec { |
