fix: include python-requests as required by akshara
This commit is contained in:
parent
50ab94702a
commit
681f4b0f5f
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ stages:
|
|||
- "python"
|
||||
- "python-yaml"
|
||||
- "python-click"
|
||||
- "python-requests"
|
||||
- "python-fasteners"
|
||||
|
||||
- module: exec
|
||||
|
|
@ -97,7 +98,7 @@ distro-config:
|
|||
after-stages: |
|
||||
locale-gen
|
||||
|
||||
rm /boot/*
|
||||
rm -f /boot/* &>/dev/null
|
||||
|
||||
cd /usr/lib/modules
|
||||
kernels=(*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue