diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-02-21 12:09:34 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-02-21 12:10:19 +0100 |
commit | a036a455da1c91282ac2c6a7ca9757ee2e8ba107 (patch) | |
tree | 3049e6b54db7684d1f904ace7150ec89ea04364d | |
parent | 38b4358f4d84cafa54deff77dee6fafac3e03864 (diff) | |
download | guix-a036a455da1c91282ac2c6a7ca9757ee2e8ba107.tar.gz guix-a036a455da1c91282ac2c6a7ca9757ee2e8ba107.zip |
gnu: python-pdbfixer: Add missing inputs.
* gnu/packages/bioinformatics.scm (python-pdbfixer)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: If51cf62c3f88bf73290f7d29af0a6e8277ecddea
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9617c9fa4c..af8756af09 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |