package r-readbitmap Change jpeg dependency (#15004)
This PR corrects the jpeg dependency in r-readbitmap to use the jpeg virtual dependency.
This commit is contained in:
parent
4a7e4655ac
commit
e5e6791d97
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ class RReadbitmap(RPackage):
|
|||
depends_on('r-png', type=('build', 'run'))
|
||||
depends_on('r-tiff', type=('build', 'run'))
|
||||
|
||||
depends_on('libjpeg')
|
||||
depends_on('jpeg')
|
||||
depends_on('libpng')
|
||||
|
|
Loading…
Reference in a new issue