summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/deplist1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/deplist b/scripts/deplist
index 70d73c047..6adfdbf6d 100755
--- a/scripts/deplist
+++ b/scripts/deplist
@@ -149,7 +149,6 @@ EOF
llvm-dev) _d=$(parent llvm14-dev); ;;
llvm-static) _d=$(parent llvm14-static); ;;
llvm-test-*) _d=$(parent llvm14-test-utils); ;;
- py3-libxml2) _d=$(parent py-libxml2); ;;
# automatic search
*) _d=$(parent $_d); ;;