wok-current diff screentest/receipt @ rev 21582
Use python-setuptools as bdeps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 19 19:45:04 2019 +0200 (2019-05-19) |
parents | b51efb835bf6 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/screentest/receipt Sat Oct 10 12:26:29 2015 +0200 1.2 +++ b/screentest/receipt Sun May 19 19:45:04 2019 +0200 1.3 @@ -12,7 +12,8 @@ 1.4 TAGS="test diagnostic screen" 1.5 1.6 DEPENDS="gtk+ libglade" 1.7 -BUILD_DEPENDS="wget gtk+-dev libglade-dev automake autoconf libtool pkg-config" 1.8 +BUILD_DEPENDS="wget gtk+-dev libglade-dev automake autoconf libtool pkg-config \ 1.9 +file" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()