Skip to content
Snippets Groups Projects
Commit b8ab978a authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

fixed names in packages py-nameparser and py-vf-client

parent d2c1f684
No related branches found
No related tags found
No related merge requests found
Pipeline #16729 failed with stage
in 30 minutes and 59 seconds
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
from spack import * from spack import *
class PyNameParser(PythonPackage): class PyNameparser(PythonPackage):
"""A simple Python module for parsing human names into their individual components """A simple Python module for parsing human names into their individual components
""" """
...@@ -16,4 +16,4 @@ class PyNameParser(PythonPackage): ...@@ -16,4 +16,4 @@ class PyNameParser(PythonPackage):
version('1.1.1', sha256='ce8336ed7464fa7b9b8745f48b9c62dea6bed931b99715ca9479360544992143') version('1.1.1', sha256='ce8336ed7464fa7b9b8745f48b9c62dea6bed931b99715ca9479360544992143')
depends_on('python@3.6.9:') depends_on('python@3.6.9:')
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
from spack import * from spack import *
class PyValidationFramework(PythonPackage): class PyVfClient(PythonPackage):
"""Python client for the HBP Validation Framework web services """Python client for the HBP Validation Framework web services
""" """
...@@ -20,4 +20,4 @@ class PyValidationFramework(PythonPackage): ...@@ -20,4 +20,4 @@ class PyValidationFramework(PythonPackage):
depends_on('py-requests@2.26.0:', type=('build', 'run')) depends_on('py-requests@2.26.0:', type=('build', 'run'))
depends_on('py-nameparser@1.1.1:', type=('build', 'run')) depends_on('py-nameparser@1.1.1:', type=('build', 'run'))
depends_on('py-ebrains-drive@0.4.0:', type=('build', 'run')) depends_on('py-ebrains-drive@0.4.0:', type=('build', 'run'))
depends_on('py-simplejson@3.17.2:', type=('build', 'run')) depends_on('py-simplejson@3.17.2:', type=('build', 'run'))
\ No newline at end of file
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