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:
Justin Stanley 2018-10-25 19:55:22 -05:00 committed by Peter Scheibel
parent b7973d01ef
commit b1e84d4cdc

View file

@ -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'))