Resolved "error: invalid command 'bdist_wheel'" during snap package build
This commit is contained in:
parent
a9d29610f1
commit
c5aabd5223
|
@ -1,6 +1,6 @@
|
||||||
name: auto-cpufreq
|
name: auto-cpufreq
|
||||||
base: core20
|
base: core20
|
||||||
version: '1.2.4'
|
version: '1.2.5'
|
||||||
summary: Automatic CPU speed & power optimizer for Linux
|
summary: Automatic CPU speed & power optimizer for Linux
|
||||||
description: |
|
description: |
|
||||||
Automatic CPU speed & power optimizer for Linux based on active
|
Automatic CPU speed & power optimizer for Linux based on active
|
||||||
|
@ -15,10 +15,12 @@ confinement: strict
|
||||||
parts:
|
parts:
|
||||||
auto-cpufreq:
|
auto-cpufreq:
|
||||||
plugin: python
|
plugin: python
|
||||||
|
python-packages:
|
||||||
|
- setuptools
|
||||||
|
- wheel
|
||||||
build-packages:
|
build-packages:
|
||||||
- gcc
|
- gcc
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- python3-wheel
|
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- inxi
|
- inxi
|
||||||
- lm-sensors
|
- lm-sensors
|
||||||
|
|
Loading…
Reference in New Issue