summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiorgio Gilestro2024-03-20 16:54:07 +0000
committerGiorgio Gilestro2024-03-20 16:54:07 +0000
commit41d65ab73357f7eede70221bbea52904c67d8ac2 (patch)
tree32073d068fdb65bb712c62fd397221b8b1f6dd15
parent5346b4258fe48ef2c60f177e353daa4fab511718 (diff)
downloadaur-41d65ab73357f7eede70221bbea52904c67d8ac2.tar.gz
Adding dependency to python-setuptools
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5903c30c4880..7a6dae8f61ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = ethoscope-device
pkgdesc = A platform from monitoring animal behaviour in real time from a raspberry pi - Device version
pkgver = r1702.g1c43fc3
- pkgrel = 5
+ pkgrel = 6
url = http://lab.gilest.ro/ethoscope
install = ethoscope-device.install
arch = any
license = GPL3
makedepends = git
makedepends = gcc-fortran
- depends = git
+ makedepends = python
+ makedepends = python-setuptools
depends = avahi
depends = rsync
depends = wget
@@ -26,7 +27,6 @@ pkgbase = ethoscope-device
depends = python-opencv
depends = hdf5
depends = gtk3
- depends = python
depends = python-pip
depends = python-numpy
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 5ffce320b504..732f212d7867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ethoscope-device
pkgver=r1702.g1c43fc3
-pkgrel=5
+pkgrel=6
pkgdesc="A platform from monitoring animal behaviour in real time from a raspberry pi - Device version"
arch=('any')
url="http://lab.gilest.ro/ethoscope"
license=('GPL3')
-makedepends=('git' 'gcc-fortran' )
-depends=('git' 'avahi' 'rsync' 'wget' 'fping' 'ntp' 'nss-mdns' 'openssh' 'mariadb' 'dnsmasq' 'f2fs-tools' 'i2c-tools' 'wpa_supplicant' 'ifplugd' 'qt5-base' 'python-opencv' 'hdf5' 'gtk3' 'python' 'python-pip' 'python-numpy' 'python-scipy' 'python-bottle' 'python-pyserial' 'python-mysql-connector' 'python-netifaces' 'python-cherrypy' 'python-eventlet' 'python-gitpython' 'python-dnspython' 'python-greenlet' 'python-monotonic' 'python-zeroconf' 'python-pyusb')
+makedepends=('git' 'gcc-fortran' 'python' 'python-setuptools')
+depends=('avahi' 'rsync' 'wget' 'fping' 'ntp' 'nss-mdns' 'openssh' 'mariadb' 'dnsmasq' 'f2fs-tools' 'i2c-tools' 'wpa_supplicant' 'ifplugd' 'qt5-base' 'python-opencv' 'hdf5' 'gtk3' 'python-pip' 'python-numpy' 'python-scipy' 'python-bottle' 'python-pyserial' 'python-mysql-connector' 'python-netifaces' 'python-cherrypy' 'python-eventlet' 'python-gitpython' 'python-dnspython' 'python-greenlet' 'python-monotonic' 'python-zeroconf' 'python-pyusb')
optdepends=('python-picamera: picamera support on raspberry pis')
provides=('ethoscope-device')
install="ethoscope-device.install"