py-argparse: remove Python dependency version (#13378)

This commit is contained in:
Adam J. Stewart 2019-10-23 10:13:39 -05:00 committed by GitHub
parent bc6c76baf9
commit df3b23334a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,4 @@ class PyArgparse(PythonPackage):
version('1.4.0', sha256='62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4')
depends_on('python@2.3:')
depends_on('py-setuptools', type='build')