mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
Make the most important dependency mandatory
This commit is contained in:
14
build
14
build
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user