about summary refs log tree commit diff
path: root/pkgs/development/python-modules/certbot
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-07-28 09:55:45 +0900
committernatsukium <tomoya.otabi@gmail.com>2023-07-28 09:55:45 +0900
commit39ea250bb65e4d3313985fc9c0084191c99f2340 (patch)
tree5ea330c687884eb57c4b59b0f253f2b8e9232272 /pkgs/development/python-modules/certbot
parent6457a9075a1400d4f6c624504900ed24588708ea (diff)
python310Packages.zope-component: rename from zope_component
Diffstat (limited to 'pkgs/development/python-modules/certbot')
-rw-r--r--pkgs/development/python-modules/certbot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/certbot/default.nix b/pkgs/development/python-modules/certbot/default.nix
index d0d6280e4e0cc..ad3600b2eaba7 100644
--- a/pkgs/development/python-modules/certbot/default.nix
+++ b/pkgs/development/python-modules/certbot/default.nix
@@ -15,7 +15,7 @@
 , pytz
 , requests
 , six
-, zope_component
+, zope-component
 , zope_interface
 , dialog
 , gnureadline
@@ -50,7 +50,7 @@ buildPythonPackage rec {
     pytz
     requests
     six
-    zope_component
+    zope-component
     zope_interface
   ];