diff options
author | makefu <github@syntax-fehler.de> | 2017-05-12 17:52:37 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-05-12 17:52:37 +0200 |
commit | aa7fc6786d5195babca6aaefbd0509a87e474add (patch) | |
tree | d68911ffe3d554fb27752b43037d7c99d7b98b25 /makefu/5pkgs/bintray-upload/default.nix | |
parent | 39c264108329a412446c091852dd5a655da38b27 (diff) |
m: requests2 -> requests
Diffstat (limited to 'makefu/5pkgs/bintray-upload/default.nix')
-rw-r--r-- | makefu/5pkgs/bintray-upload/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/bintray-upload/default.nix b/makefu/5pkgs/bintray-upload/default.nix index 1e9582cca..099b8ca88 100644 --- a/makefu/5pkgs/bintray-upload/default.nix +++ b/makefu/5pkgs/bintray-upload/default.nix @@ -10,7 +10,7 @@ pkgs.python3Packages.buildPythonPackage rec { sha256 = "1401saisk98n5wgw73nwh8hb484vayw5c6dlypxc1fp4ybym4zi9"; }; - propagatedBuildInputs = with pkgs.python3Packages; [ requests2 ]; + propagatedBuildInputs = with pkgs.python3Packages; [ requests ]; meta = { description = "Simple BinTray utility for uploading packages"; |