Revert "openssl: Add perl dependency" (#6831)

* Revert "Added i3 and its dependencies. (#6805)"

This reverts commit a00a09a234.

* Revert "Adding NEURON simulator package (#5097)"

This reverts commit d24782c86d.

* Revert "openssl: Add perl dependency (#5188)"

This reverts commit 395ee97f3b.
This commit is contained in:
Adam J. Stewart 2018-01-04 16:46:24 -06:00 committed by GitHub
parent a00a09a234
commit a7f0da53f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,11 @@ class Openssl(Package):
version('1.0.1h', '8d6d684a9430d5cc98a62a5d8fbda8cf') version('1.0.1h', '8d6d684a9430d5cc98a62a5d8fbda8cf')
depends_on('zlib') depends_on('zlib')
depends_on('perl@5.14.0:', type='build')
# TODO: 'make test' requires Perl module Test::More version 0.96
# TODO: uncomment when test dependency types are supported.
# TODO: This is commented in the meantime to avoid dependnecy bloat.
# depends_on('perl@5.14.0:', type='build', when='+tests')
parallel = False parallel = False