diff options
| author | jgart <jgart@dismail.de> | 2026-04-07 17:36:22 -0400 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-04-07 17:39:05 -0400 |
| commit | 1bfc951376ebb55830d7e7daba483c77fe8bee0c (patch) | |
| tree | be37c1a7422fc3b7d99a668fbe464e1a8e1badbd | |
| parent | 75ad22703e7b22a19de0a0733555d33f1010f6a4 (diff) | |
* gnu/packages/python-check.scm (python-vulture): Update to 2.16.
[native-inputs]: Remove python-wheel. Add python-pytest-cov.
[propagated-inputs]: Remove python-toml. Add python-tomli
Change-Id: I952a0bf1ffd1a9a6cd67af6ed9bdf48cb1466a5b
| -rw-r--r-- | gnu/packages/python-check.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 5dee2afe1fc..b4ef0566dea 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -5152,13 +5152,13 @@ interactions, which will update them to correspond to the new API.") (define-public python-vulture (package (name "python-vulture") - (version "2.14") + (version "2.16") (source (origin (method url-fetch) (uri (pypi-uri "vulture" version)) (sha256 - (base32 "05c4kfg6s2zf7lzplq53ihjf19knf3pmpv4nnzmdwf0i5a87g0nb")))) + (base32 "05zpb79nhskdrbfmy4yk2wlkjgsvfv4l1hn6ldj1c083mzigdngq")))) (build-system pyproject-build-system) (arguments (list @@ -5174,10 +5174,10 @@ interactions, which will update them to correspond to the new API.") " and not ")))) (native-inputs (list python-pytest - python-setuptools - python-wheel)) + python-pytest-cov + python-setuptools)) (propagated-inputs - (list python-toml)) + (list python-tomli)) (home-page "https://github.com/jendrikseipp/vulture") (synopsis "Find dead Python code") (description |
