Skip to content
Snippets Groups Projects
Commit 0c07e6f5 authored by Dani Beltrán's avatar Dani Beltrán
Browse files

Update package.py

parent d22cd966
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,9 @@ class BiobbCommon(PythonPackage):
depends_on('py-pyyaml', type=('build', 'run'))
depends_on('py-requests', type=('build', 'run'))
depends_on('py-biopython@1.78:1.80', type=('build', 'run'))
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import biobb_common')
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