Python: replace requests2 with requests tree-wide
See f63eb58573
The `requests2` attribute now throws an error informing that `requests`
should be used instead.
This commit is contained in:
@@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
buildInputs = [ which ]; # tests will fail without which
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
sqlite apsw pycrypto requests2 defusedxml dugong llfuse
|
||||
sqlite apsw pycrypto requests defusedxml dugong llfuse
|
||||
cython pytest pytest-catchlog
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user