gnu: python-pdbfixer: Add missing inputs.

* gnu/packages/bioinformatics.scm (python-pdbfixer)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: If51cf62c3f88bf73290f7d29af0a6e8277ecddea
This commit is contained in:
Ricardo Wurmus 2025-02-21 12:09:34 +01:00
parent 38b4358f4d
commit a036a455da
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3272,7 +3272,7 @@ defined rule on an input file.")
" and not test_cli.py"
" and not test_mutate.py"))))
(propagated-inputs (list openmm python-numpy))
(native-inputs (list python-pytest))
(native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/openmm/pdbfixer")
(synopsis "Application for fixing problems in Protein Data Bank")
(description