cpuset: add missing pycompile_module
License is GPL-2.0-only.
This commit is contained in:
parent
5b4114f631
commit
ff27135a86
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'cpuset'
|
# Template file for 'cpuset'
|
||||||
pkgname=cpuset
|
pkgname=cpuset
|
||||||
version=1.6pre1
|
version=1.6pre1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
pycompile_module="cpuset"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-future"
|
depends="python3-future"
|
||||||
short_desc="Wrapper to make kernel cpusets facilities easier to use"
|
short_desc="Wrapper to make kernel cpusets facilities easier to use"
|
||||||
maintainer="Simon Zelazny <zelazny@mailbox.org>"
|
maintainer="Simon Zelazny <zelazny@mailbox.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/lpechacek/cpuset"
|
homepage="https://github.com/lpechacek/cpuset"
|
||||||
distfiles="https://github.com/lpechacek/cpuset/archive/v${version}.tar.gz"
|
distfiles="https://github.com/lpechacek/cpuset/archive/v${version}.tar.gz"
|
||||||
checksum=f05baaeef222265e12f6c890d19c841237fdc641ddcd21abf76b2a189d45a6ac
|
checksum=f05baaeef222265e12f6c890d19c841237fdc641ddcd21abf76b2a189d45a6ac
|
||||||
|
|
Loading…
Reference in New Issue