m: requests2 -> requests
This commit is contained in:
parent
67c3812201
commit
969358889a
|
@ -4,7 +4,7 @@ with python3Packages; buildPythonPackage rec {
|
||||||
name = "acdcli-${version}";
|
name = "acdcli-${version}";
|
||||||
version = "0.3.2";
|
version = "0.3.2";
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
dateutil colorama fusepy appdirs requests2 requests_toolbelt six
|
dateutil colorama fusepy appdirs requests requests_toolbelt six
|
||||||
];
|
];
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/a/acdcli/${name}.tar.gz";
|
url = "mirror://pypi/a/acdcli/${name}.tar.gz";
|
||||||
|
|
|
@ -10,7 +10,7 @@ pkgs.python3Packages.buildPythonPackage rec {
|
||||||
sha256 = "1401saisk98n5wgw73nwh8hb484vayw5c6dlypxc1fp4ybym4zi9";
|
sha256 = "1401saisk98n5wgw73nwh8hb484vayw5c6dlypxc1fp4ybym4zi9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs.python3Packages; [ requests2 ];
|
propagatedBuildInputs = with pkgs.python3Packages; [ requests ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple BinTray utility for uploading packages";
|
description = "Simple BinTray utility for uploading packages";
|
||||||
|
|
|
@ -56,7 +56,7 @@ let
|
||||||
sha256 = "0l3a7iyk596x6pvzg7604lzzi012qszr804fqn6f517zcy1xz23j";
|
sha256 = "0l3a7iyk596x6pvzg7604lzzi012qszr804fqn6f517zcy1xz23j";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs.python3Packages; [ requests2 py ];
|
propagatedBuildInputs = with pkgs.python3Packages; [ requests py ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://bitbucket.org/hpk42/devpi;
|
homepage = https://bitbucket.org/hpk42/devpi;
|
||||||
|
|
|
@ -16,7 +16,7 @@ in buildPythonPackage rec {
|
||||||
version = "1.0.5";
|
version = "1.0.5";
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
flask
|
flask
|
||||||
requests2
|
requests
|
||||||
ftputil
|
ftputil
|
||||||
redis
|
redis
|
||||||
];
|
];
|
||||||
|
|
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
lxml
|
lxml
|
||||||
pytz
|
pytz
|
||||||
redis
|
redis
|
||||||
requests2
|
requests
|
||||||
];
|
];
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shackspace";
|
owner = "shackspace";
|
||||||
|
|
Loading…
Reference in a new issue