python-psutil: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-10-28 14:36:51 +03:00
parent 8306dd8321
commit dd0cfaa2d8

View File

@@ -6,10 +6,10 @@ pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=5.6.3
pkgrel=1
pkgrel=2
pkgdesc="A cross-platform process and system utilities module for Python (mingw-w64)"
arch=('any')
url="https://github.com/giampaolo/"
url="https://github.com/giampaolo/psutil"
license=('BSD')
makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python3"