Mercurial > code > home > repos > infra
comparison package_lists.py @ 147:51a48aeca8ba
node/npm fixes
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 12:19:25 -0800 |
parents | 2065998876e4 |
children | 258865bd7059 |
comparison
equal
deleted
inserted
replaced
146:2065998876e4 | 147:51a48aeca8ba |
---|---|
15 pi_setup = [ | 15 pi_setup = [ |
16 'apt-utils', | 16 'apt-utils', |
17 'dirmngr', | 17 'dirmngr', |
18 'gnupg2', | 18 'gnupg2', |
19 ] | 19 ] |
20 | 20 non_pi_setup = [ |
21 'nodejs', # alt source, contains npm | |
22 # 'npm', | |
23 ] | |
21 general = [ | 24 general = [ |
22 'apt-listchanges', | 25 'apt-listchanges', |
23 'aptitude', | 26 'aptitude', |
24 'atool', | 27 'atool', |
25 'bsd-mailx', | 28 'bsd-mailx', |
45 ] | 48 ] |
46 | 49 |
47 non_pi = [ | 50 non_pi = [ |
48 'lpr', | 51 'lpr', |
49 'nfs-client', | 52 'nfs-client', |
50 'nodejs', # alt source, includes npm | |
51 'podman-docker', # updated with https://podman.io/getting-started/installation | 53 'podman-docker', # updated with https://podman.io/getting-started/installation |
52 # 'python3-dulwich', # desired, but it may depend on an old python3 | 54 # 'python3-dulwich', # desired, but it may depend on an old python3 |
53 'python3-invoke', | 55 'python3-invoke', |
54 'python3-pip', | 56 'python3-pip', |
55 'python3-venv', | 57 'python3-venv', |