summary refs log tree commit diff
path: root/pkgs/development/python-modules/certbot/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-23 00:05:21 +0000
committerGitHub <noreply@github.com>2021-07-23 00:05:21 +0000
commit1019c5c2a8c466a7dec60156e6c9803cc78d8bd5 (patch)
tree430811cec17db89e785eb7050c92cb3d02b7e367 /pkgs/development/python-modules/certbot/default.nix
parent6721ae424aeb0ddb4feeabed1eadcbcce6b7c1f5 (diff)
parentb09661d41fb93562fd53f31574dbf781b130ac44 (diff)
downloadnixpkgs-1019c5c2a8c466a7dec60156e6c9803cc78d8bd5.tar
nixpkgs-1019c5c2a8c466a7dec60156e6c9803cc78d8bd5.tar.gz
nixpkgs-1019c5c2a8c466a7dec60156e6c9803cc78d8bd5.tar.bz2
nixpkgs-1019c5c2a8c466a7dec60156e6c9803cc78d8bd5.tar.lz
nixpkgs-1019c5c2a8c466a7dec60156e6c9803cc78d8bd5.tar.xz
nixpkgs-1019c5c2a8c466a7dec60156e6c9803cc78d8bd5.tar.zst
nixpkgs-1019c5c2a8c466a7dec60156e6c9803cc78d8bd5.zip
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/certbot/default.nix')
-rw-r--r--pkgs/development/python-modules/certbot/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/certbot/default.nix b/pkgs/development/python-modules/certbot/default.nix
index 7c324e646a4..61ec6c2125f 100644
--- a/pkgs/development/python-modules/certbot/default.nix
+++ b/pkgs/development/python-modules/certbot/default.nix
@@ -2,9 +2,9 @@
 , buildPythonPackage
 , python, runCommand
 , fetchFromGitHub
-, ConfigArgParse, acme, configobj, cryptography, distro, josepy, parsedatetime, pyRFC3339, pyopenssl, pytz, requests, six, zope_component, zope_interface
+, configargparse, acme, configobj, cryptography, distro, josepy, parsedatetime, pyRFC3339, pyopenssl, pytz, requests, six, zope_component, zope_interface
 , dialog, gnureadline
-, pytest_xdist, pytestCheckHook, python-dateutil
+, pytest-xdist, pytestCheckHook, python-dateutil
 }:
 
 buildPythonPackage rec {
@@ -21,7 +21,7 @@ buildPythonPackage rec {
   sourceRoot = "source/${pname}";
 
   propagatedBuildInputs = [
-    ConfigArgParse
+    configargparse
     acme
     configobj
     cryptography
@@ -42,7 +42,7 @@ buildPythonPackage rec {
   checkInputs = [
     python-dateutil
     pytestCheckHook
-    pytest_xdist
+    pytest-xdist
   ];
 
   pytestFlagsArray = [