python: editorconfig fixes
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user