Make the most important dependency mandatory

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2021-03-25 00:00:01 +00:00
parent 3aa1a670b7
commit 956adffe40
6 changed files with 32 additions and 17 deletions

14
build
View File

@@ -1,20 +1,19 @@
#!/usr/bin/env python3
import re
import os
import cli_function
import collections
import common
import copy
import itertools
import math
import os
import re
import subprocess
import cli_function
import common
import lkmc
import shell_helpers
from shell_helpers import LF
import lkmc
class _Component:
'''
Yes, we are re-inventing a crappy dependency resolution system,
@@ -498,7 +497,6 @@ Which components to build. Default: qemu-buildroot
# Core requirements for this repo.
'git',
'moreutils', # ts
'python3-pip',
'rr',
'squashfs-tools',
'tmux',