mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python3-py-cpuinfo: add missing python3 dependency
This commit is contained in:
parent
9ec5278e9b
commit
d06b75fb78
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-py-cpuinfo'
|
# Template file for 'python3-py-cpuinfo'
|
||||||
pkgname=python3-py-cpuinfo
|
pkgname=python3-py-cpuinfo
|
||||||
version=8.0.0
|
version=8.0.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="py-cpuinfo-${version}"
|
wrksrc="py-cpuinfo-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends=python3-setuptools
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python module for getting CPU info"
|
short_desc="Python module for getting CPU info"
|
||||||
maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
|
maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue