diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2019-09-29 09:27:42 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-09-29 09:27:42 -0500 |
commit | c56f03a3baab7d851b555ffd6ef161747b423d74 (patch) | |
tree | 4c0a3717a4a3dcade8b5d2b3d0a18618222798bc /bin | |
parent | 9117dfd11854d38b5ad3dda2101c6d3a9620ff98 (diff) | |
download | spack-c56f03a3baab7d851b555ffd6ef161747b423d74.tar.gz spack-c56f03a3baab7d851b555ffd6ef161747b423d74.tar.bz2 spack-c56f03a3baab7d851b555ffd6ef161747b423d74.tar.xz spack-c56f03a3baab7d851b555ffd6ef161747b423d74.zip |
The perl-uri-escape package duplicates perl-uri (#12971)
* The perl-uri-escape package duplicates perl-uri
The Perl URI::Escape module is in the Perl URI package so the Spack
perl-uri-escape package is a duplicate of the perl-uri package. This PR
does the following:
- replace `depends_on('perl-uri-escape')` with `depends_on('perl-uri')`
in packages that dependend on perl-uri-escape
- add the version from perl-uri-escape to perl-uri
- remove the unneeded dependency from perl-uri
- remove the perl-uri-escape package
* Reinstated perl-test-needs dependency
Put the perl-test-needs dependency for perl-uri back in but set it to
type='test'.
* For tests to succeed the type must be ('build', 'test')
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions