summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorAndy Richardson <andy.john.richardson@gmail.com>2021-01-26 10:28:01 +0000
committerGitHub <noreply@github.com>2021-01-26 10:28:01 +0000
commitb6fd07102710392d6bfe5c523b98b03409a0713c (patch)
tree4244ed2c31b35a953d3014a9df4baef7ca3ed111 /pkgs/development/python-modules/python-gitlab
parent9c324b680d09866d9b64e37628381a40526e4eb9 (diff)
parent117addb0f8387072dbb287a75846c97f0589a90c (diff)
Merge branch 'master' into patch-3
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
-rw-r--r--pkgs/development/python-modules/python-gitlab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix
index c706ff7903c3..1a2e28d57aba 100644
--- a/pkgs/development/python-modules/python-gitlab/default.nix
+++ b/pkgs/development/python-modules/python-gitlab/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, buildPythonPackage, fetchPypi, requests, mock, httmock, pythonOlder, pytest, responses }:
+{ lib, buildPythonPackage, fetchPypi, requests, mock, httmock, pythonOlder, pytest, responses }:
buildPythonPackage rec {
pname = "python-gitlab";