python: editorconfig fixes

This commit is contained in:
zowoq
2020-08-25 12:07:09 +10:00
committed by Jon
parent 1c2ebdc5a3
commit 0cff30bb44
87 changed files with 149 additions and 157 deletions

View File

@@ -6,7 +6,7 @@
, brotli
, ijson
, nose
, requests_oauthlib
, requests_oauthlib
, python_magic
, pytz
}:
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pysnow";
version = "0.7.16";
src = fetchPypi {
inherit pname version;
sha256 = "5df61091470e48b5b3a6ea75637f69d3aacae20041487ea457a9a0e3093fba8c";
@@ -22,9 +22,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [
brotli
ijson
python_magic
pytz
ijson
python_magic
pytz
requests_oauthlib
];
@@ -38,8 +38,7 @@ buildPythonPackage rec {
description = "ServiceNow HTTP client library written in Python";
homepage = "https://github.com/rbw/pysnow";
license = licenses.mit;
maintainers = [ maintainers.almac ];
maintainers = [ maintainers.almac ];
};
}