Skip to content
Snippets Groups Projects
Unverified Commit e36498cb authored by Tom Payerle's avatar Tom Payerle Committed by GitHub
Browse files

bedtools2: Add missing python build dependency (#18744) (#18746)

Makefile invokes python to build some scripts
See #18744
parent 6198963e
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@ class Bedtools2(Package):
version('2.23.0', sha256='9dacaa561d11ce9835d1d51e5aeb092bcbe117b7119663ec9a671abac6a36056')
depends_on('zlib')
depends_on('python', type='build')
def install(self, spec, prefix):
make("prefix=%s" % prefix, "install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment