wok-6.x diff glances/receipt @ rev 21875
gc: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 16:04:52 2019 +0200 (2019-09-28) |
parents | ca05f1f91515 |
children | 193a38dd2e06 |
line diff
1.1 --- a/glances/receipt Tue Mar 05 17:44:19 2019 +0100 1.2 +++ b/glances/receipt Sat Sep 28 16:04:52 2019 +0200 1.3 @@ -12,8 +12,8 @@ 1.4 WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz" 1.5 SUGGESTED="python-jinja2" 1.6 1.7 -DEPENDS="python python-psutil setuptools" 1.8 -BUILD_DEPENDS="python-dev setuptools python-psutil" 1.9 +DEPENDS="python python-psutil" 1.10 +BUILD_DEPENDS="python-dev python-setuptools python-psutil" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()