python3Packages.pytest-services: modernize (#435372)

authored by dotlambda and committed by GitHub 321ecf8c badc6406

+2 -5
+2 -5
pkgs/development/python-modules/pytest-services/default.nix
··· 6 6 pylibmc, 7 7 pytest, 8 8 pytestCheckHook, 9 - pythonOlder, 10 9 requests, 11 10 setuptools-scm, 12 11 toml, ··· 19 18 version = "2.2.2"; 20 19 pyproject = true; 21 20 22 - disabled = pythonOlder "3.7"; 23 - 24 21 src = fetchFromGitHub { 25 22 owner = "pytest-dev"; 26 23 repo = "pytest-services"; ··· 28 25 hash = "sha256-kWgqb7+3/hZKUz7B3PnfxHZq6yU3JUeJ+mruqrMD/NE="; 29 26 }; 30 27 31 - nativeBuildInputs = [ 28 + build-system = [ 32 29 setuptools-scm 33 30 toml 34 31 ]; 35 32 36 33 buildInputs = [ pytest ]; 37 34 38 - propagatedBuildInputs = [ 35 + dependencies = [ 39 36 requests 40 37 psutil 41 38 zc-lockfile