diff options
| author | Jan Tojnar <jtojnar@gmail.com> | 2021-01-11 13:36:42 +0100 |
|---|---|---|
| committer | Jan Tojnar <jtojnar@gmail.com> | 2021-01-11 13:36:42 +0100 |
| commit | 2b9372b2ca975cba434790eee2b75c01cad0fe02 (patch) | |
| tree | 257ce8022e4a7651a74d40f2eb27a7a97f1b651b /pkgs/development/python-modules/python-gitlab | |
| parent | 002118dbf717284324a59ba19c8cecbad3c9a7bf (diff) | |
| parent | 187af93c1972b7c1930bc48a91c42a22ecba86ec (diff) | |
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix index 6108ea74a23a..c706ff7903c3 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -1,4 +1,4 @@ -{ stdenv, buildPythonPackage, fetchPypi, requests, mock, httmock, pythonOlder, pytest, responses }: +{ lib, stdenv, buildPythonPackage, fetchPypi, requests, mock, httmock, pythonOlder, pytest, responses }: buildPythonPackage rec { pname = "python-gitlab"; @@ -15,7 +15,7 @@ buildPythonPackage rec { disabled = pythonOlder "3.6"; - meta = with stdenv.lib; { + meta = with lib; { description = "Interact with GitLab API"; homepage = "https://github.com/python-gitlab/python-gitlab"; license = licenses.lgpl3; |
