From 0f0e280c6b9e9b19dccb7dbdb78f1f70a00b8b9c Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Thu, 23 Oct 2025 11:04:01 +0100 Subject: [PATCH] Remove argparse module argparse has been part of the standard library since Python 3.2 and has been [archived](https://pypi.org/project/argparse/) on PyPI. Nothing uses the copy in `//third_party/python` any more, so remove it. --- third_party/python/BUILD | 6 ------ 1 file changed, 6 deletions(-) diff --git a/third_party/python/BUILD b/third_party/python/BUILD index bd6ba68..8ed7ae0 100644 --- a/third_party/python/BUILD +++ b/third_party/python/BUILD @@ -395,12 +395,6 @@ pip_library( version = "8.2.1", ) -pip_library( - name = "argparse", - licences = ["PSF-2.0"], - version = "1.4.0", -) - pip_library( name = "distlib", licences = ["PSF-2.0"],