summary refs log tree commit diff
path: root/pkgs/development/python-modules/treq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/treq/default.nix')
-rw-r--r--pkgs/development/python-modules/treq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/treq/default.nix b/pkgs/development/python-modules/treq/default.nix
index 1902a578ec2..0f77463077a 100644
--- a/pkgs/development/python-modules/treq/default.nix
+++ b/pkgs/development/python-modules/treq/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     requests
     incremental
     twisted
-  ] ++ twisted.extras-require.tls;
+  ] ++ twisted.optional-dependencies.tls;
 
   checkInputs = [
     httpbin