summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2019-10-21 23:02:47 +0200
committerNarrat2019-10-21 23:02:47 +0200
commit75d7af1890e956ea881e9d2d7f7556726304e068 (patch)
tree4518137a5f78db9a167c8e4cbf7111868d00c29c /PKGBUILD
parent3a5f45503af11f9ef7fde27da63aaf454ff4a4cb (diff)
downloadaur-python-picamera.tar.gz
picamera: add raspberrypi-firware to deps
The module needs the libbcm_host.so which is provided by the package, as discovered by GeorgeRaven.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03cc02df66bc..0f1188e14f27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=picamera
pkgname=python-${_pkgname}
pkgver=1.13
-pkgrel=2
+pkgrel=3
pkgdesc="pure Python interface to the Raspberry Pi camera module"
arch=('any')
url="https://pypi.python.org/pypi/picamera/"
license=('BSD')
-depends=('python')
+depends=('python' 'raspberrypi-firmware')
makedepends=('python-setuptools')
optdepends=("python-numpy: used by array")
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)