diff options
author | lassulus <lassulus@lassul.us> | 2017-08-26 20:03:57 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-19 20:42:17 +0200 |
commit | 7c1f36ca1bafb4b415a5c9423842d6bef0102813 (patch) | |
tree | 0c5197245bf1d6f70b7456b23343a0ab3d14c585 /krebs/5pkgs/simple/treq | |
parent | 7adf24631f14409208376f5554c31db73e4af0c8 (diff) |
requests2 -> requsts
Diffstat (limited to 'krebs/5pkgs/simple/treq')
-rw-r--r-- | krebs/5pkgs/simple/treq/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/treq/default.nix b/krebs/5pkgs/simple/treq/default.nix index 20387b9cb..7cb826a51 100644 --- a/krebs/5pkgs/simple/treq/default.nix +++ b/krebs/5pkgs/simple/treq/default.nix @@ -11,7 +11,7 @@ pythonPackages.buildPythonPackage rec { propagatedBuildInputs = with pythonPackages; [ twisted pyopenssl - requests2 + requests service-identity ]; } |