Skip to content
Snippets Groups Projects
Commit 2e731f92 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Fix typo in py-pdb2pqr/package.py

parent d65c2cac
No related branches found
No related tags found
1 merge request!148create new experimental release
Pipeline #17958 passed with stage
in 30 minutes and 7 seconds
...@@ -26,7 +26,7 @@ class PyPdb2pqr(PythonPackage): ...@@ -26,7 +26,7 @@ class PyPdb2pqr(PythonPackage):
depends_on('python@3.8:', type=('build','run')) depends_on('python@3.8:', type=('build','run'))
depends_on('py-docutils@:0.18', 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-mmcif-pdbx@1.1.2:', type=('build','run'))
depends_on('py-numpy', type=('build','run')) depends_on('py-numpy', type=('build','run'))
depends_on('py-propka@3.2:', type=('build','run')) depends_on('py-propka@3.2:', type=('build','run'))
depends_on('py-requests', 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