wok rev 16599

PiFace packages: update DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 07 15:38:38 2014 +0200 (2014-05-07)
parents 7dd1b2864868
children 7d23a96aabd1
files python-pifacecommon/receipt python-pifacedigitalio/receipt
line diff
     1.1 --- a/python-pifacecommon/receipt	Wed May 07 13:28:52 2014 +0000
     1.2 +++ b/python-pifacecommon/receipt	Wed May 07 15:38:38 2014 +0200
     1.3 @@ -11,6 +11,7 @@
     1.4  WGET_URL="https://github.com/piface/pifacecommon/archive/v${VERSION}.tar.gz"
     1.5  HOST_ARCH="arm"
     1.6  
     1.7 +DEPENDS="python python-smbus i2c-tools"
     1.8  TAGS="raspberrypi rpi"
     1.9  
    1.10  # Rules to configure and make the package.
     2.1 --- a/python-pifacedigitalio/receipt	Wed May 07 13:28:52 2014 +0000
     2.2 +++ b/python-pifacedigitalio/receipt	Wed May 07 15:38:38 2014 +0200
     2.3 @@ -11,6 +11,7 @@
     2.4  WGET_URL="https://github.com/piface/pifacedigitalio/archive/v${VERSION}.tar.gz"
     2.5  HOST_ARCH="arm"
     2.6  
     2.7 +DEPENDS="python python-smbus i2c-tools python-pifacecommon"
     2.8  TAGS="raspberrypi rpi"
     2.9  
    2.10  # Rules to configure and make the package.