Skip to content
Snippets Groups Projects
Commit 1f52993b authored by Lorenz Thielbeer's avatar Lorenz Thielbeer
Browse files

Update pdb2pqr to include the needed dependencies

parent 56f1d316
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,8 @@ class PyPdb2pqr(PythonPackage):
version('3.5.2', sha256='9d145ff3797a563ce818f9d2488413ac339f66c58230670c2455b2572cccd957')
depends_on('python@3.8:', type=('build','run'))
depends_on('py-docutils@:0.18', type=('build','run'))
depends_on('py-mmcif@1.1.2:', type=('build','run'))
depends_on('py-numpy', type=('build','run'))
depends_on('py-propka@3.2:', type=('build','run'))
depends_on('py-requests', type=('build','run'))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment