python3Packages.nvchecker: update ordering

This commit is contained in:
Fabian Affolter 2022-02-19 11:59:14 +01:00 committed by GitHub
parent fe083e2bc1
commit 67fc717eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,21 +1,21 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
, setuptools
, packaging
, tomli
, structlog
, appdirs
, pytest-asyncio
, flaky
, tornado
, pycurl
, aiohttp
, pytest-httpbin
, appdirs
, buildPythonPackage
, docutils
, fetchFromGitHub
, flaky
, installShellFiles
, packaging
, pycurl
, pytest-asyncio
, pytest-httpbin
, pytestCheckHook
, pythonOlder
, setuptools
, structlog
, tomli
, tornado
}:
buildPythonPackage rec {
@ -33,26 +33,26 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
installShellFiles
docutils
installShellFiles
];
propagatedBuildInputs = [
setuptools
packaging
tomli
structlog
appdirs
tornado
pycurl
aiohttp
appdirs
packaging
pycurl
setuptools
structlog
tomli
tornado
];
checkInputs = [
pytestCheckHook
pytest-asyncio
flaky
pytest-asyncio
pytest-httpbin
pytestCheckHook
];
postBuild = ''