summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWüstengecko2018-11-07 01:52:09 +0100
committerWüstengecko2018-11-07 01:52:09 +0100
commit90e5115845d7e2ee1725a50451be3f4280b5b1c6 (patch)
treea095ec0a0e127adfbda964f9e738abf9dc0b7694
parent275619e3fa76442968f494a16274089a6e15093e (diff)
downloadaur-90e5115845d7e2ee1725a50451be3f4280b5b1c6.tar.gz
Make python-pyserial and -watchdog optional
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75e046de3d2b..dd557bc90096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,13 @@ pkgdesc="VoIP-based door intercom station for Raspberry Pi"
arch=(any)
url="https://www.doorpi.org"
license=('CC BY-NC 4.0')
-depends=(python python-requests python-pyserial python-watchdog)
+depends=(python python-requests)
makedepends=(git python-setuptools)
optdepends=('python-piface: Use Piface pins as event sources / actors'
'python-picamera: Take and mail snapshots; stream video'
- 'python-raspberry-gpio: Use GPIO header as event sources / actors')
+ 'python-raspberry-gpio: Use GPIO header as event sources / actors'
+ 'python-pyserial: Use serially connected peripherals like RFID as event sources / actors'
+ 'python-watchdog: Use files as virtual event sources / actors')
backup=('etc/doorpi/doorpi.ini')
# there aren't any binaries that could be stripped; skip searching for them
options=(!strip)