[arch-commits] Commit in python-psutil/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Jan 22 19:32:28 UTC 2018
Date: Monday, January 22, 2018 @ 19:32:27
Author: jelle
Revision: 285134
Resolve namcap warning
Remove unrequired dependency on glibc
Modified:
python-psutil/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-22 19:30:31 UTC (rev 285133)
+++ PKGBUILD 2018-01-22 19:32:27 UTC (rev 285134)
@@ -41,7 +41,7 @@
package_python-psutil() {
pkgdesc='A cross-platform process and system utilities module for Python'
- depends=('glibc' 'python')
+ depends=('python')
cd psutil-release-$pkgver
python setup.py build --build-lib=build/python \
@@ -51,7 +51,7 @@
package_python2-psutil() {
pkgdesc='A cross-platform process and system utilities module for Python2'
- depends=('glibc' 'python2')
+ depends=('python2')
cd psutil-release-$pkgver
python2 setup.py build --build-lib=build/python2 \
More information about the arch-commits
mailing list