aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/nt/dist-build/build-dep-zips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py
index 5698f5179c8..b538d851513 100755
--- a/admin/nt/dist-build/build-dep-zips.py
+++ b/admin/nt/dist-build/build-dep-zips.py
@@ -78,7 +78,7 @@ def immediate_deps(pkg):
78 ## Split into dependencies 78 ## Split into dependencies
79 dependencies = dependencies.strip().split(" ") 79 dependencies = dependencies.strip().split(" ")
80 80
81 ## Remove > signs TODO can we get any other punctation here? 81 ## Remove > signs TODO can we get any other punctuation here?
82 dependencies = [d.split(">")[0] for d in dependencies if d] 82 dependencies = [d.split(">")[0] for d in dependencies if d]
83 dependencies = [d for d in dependencies if not d == "None"] 83 dependencies = [d for d in dependencies if not d == "None"]
84 84