r-argparse: remove unnecessary r-getopt version (#9638)
There is no checksum for r-getopt@1.19 and this package is compatible with the latest version anyway.
This commit is contained in:
parent
b7973d01ef
commit
b1e84d4cdc
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ class RArgparse(RPackage):
|
|||
|
||||
depends_on('r-proto@1:', type=('build', 'run'))
|
||||
depends_on('r-findpython', type=('build', 'run'))
|
||||
depends_on('r-getopt@1.19', type=('build', 'run'))
|
||||
depends_on('r-getopt', type=('build', 'run'))
|
||||
depends_on('r-jsonlite', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue