py-plac: remove erroneous argparse dependency (#16584)

This commit is contained in:
Adam J. Stewart 2020-05-11 12:56:07 -05:00 committed by GitHub
parent 5ed5c55ebd
commit 98fd62254f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,4 @@ class PyPlac(PythonPackage):
version('1.1.3', sha256='398cb947c60c4c25e275e1f1dadf027e7096858fb260b8ece3b33bcff90d985f')
depends_on('py-setuptools', type='build')
depends_on('py-argparse', type=('build', 'run'))
depends_on('py-argparse', when='^python@:2.6', type=('build', 'run'))