From d4ec59cbad0bbeda78cc78d87074c2a072681f85 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 3 Jul 2026 06:00:21 -0500 Subject: unposted: _pip: remove -b noticed an apparent copy/paste error in the spec. the option was removed from pip several years ago, anyway, so we can just drop it --- Completion/Unix/Command/_pip | 1 - 1 file changed, 1 deletion(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_pip b/Completion/Unix/Command/_pip index bafc7f9e9..370012d56 100644 --- a/Completion/Unix/Command/_pip +++ b/Completion/Unix/Command/_pip @@ -85,7 +85,6 @@ case $state in '--src=[check out --editable packages into given directory]: :_directories' '--ignore-requires-python[ignore the Requires-Python information]' "--no-deps[don't install package dependencies]" - '(-b --build)'{-https://cloud.kiddleb+,--build=}'[specify directory to unpack packages into]: :_directories' '--global-option=[extra global options to be supplied to the setup.py call before the install command]:options' "--no-clean[don't clean up build directories]" '--require-hashes[require a hash to check each requirement against]' -- cgit v1.3.1