python3-psutil: added python3 in depends
This commit is contained in:
parent
f47ca3be59
commit
467c8680cb
@ -1,7 +1,7 @@
|
||||
# Template file for 'python-psutil'
|
||||
pkgname=python-psutil
|
||||
version=5.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="psutil-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
@ -19,6 +19,7 @@ post_install() {
|
||||
|
||||
python3-psutil_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user