requests2 -> requsts
This commit is contained in:
parent
7adf24631f
commit
7c1f36ca1b
@ -12,7 +12,7 @@ let
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
(pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
|
(pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
|
||||||
docopt
|
docopt
|
||||||
requests2
|
requests
|
||||||
paramiko
|
paramiko
|
||||||
python
|
python
|
||||||
]))
|
]))
|
||||||
|
@ -12,7 +12,7 @@ let
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
(pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
|
(pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
|
||||||
docopt
|
docopt
|
||||||
requests2
|
requests
|
||||||
python
|
python
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
|
@ -37,7 +37,7 @@ let
|
|||||||
docopt
|
docopt
|
||||||
LinkHeader
|
LinkHeader
|
||||||
aiocoap
|
aiocoap
|
||||||
requests2
|
requests
|
||||||
paramiko
|
paramiko
|
||||||
python
|
python
|
||||||
]))
|
]))
|
||||||
|
@ -8,7 +8,7 @@ python3Packages.buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with pkgs;[
|
propagatedBuildInputs = with pkgs;[
|
||||||
python3Packages.docopt
|
python3Packages.docopt
|
||||||
python3Packages.requests2
|
python3Packages.requests
|
||||||
];
|
];
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/R/Reaktor/Reaktor-${version}.tar.gz";
|
url = "https://pypi.python.org/packages/source/R/Reaktor/Reaktor-${version}.tar.gz";
|
||||||
|
@ -5,7 +5,7 @@ with pythonPackages; buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
python_magic
|
python_magic
|
||||||
click
|
click
|
||||||
requests2
|
requests
|
||||||
];
|
];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
docopt
|
docopt
|
||||||
requests2
|
requests
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
twisted
|
twisted
|
||||||
pyopenssl
|
pyopenssl
|
||||||
requests2
|
requests
|
||||||
service-identity
|
service-identity
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ python3Packages.buildPythonPackage rec {
|
|||||||
minidb
|
minidb
|
||||||
pycodestyle
|
pycodestyle
|
||||||
pyyaml
|
pyyaml
|
||||||
requests2
|
requests
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user