summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannik Becher2020-01-19 11:38:21 +0100
committerJannik Becher2020-01-19 11:38:21 +0100
commitcd0304c23f2849cd820612cef97700bd4a6e32ca (patch)
treef1954fa222d14f1536df236cd4364fbf5e12350f
parentf3122cb6d44feb387d9db7a335890ed1ee398d74 (diff)
downloadaur-cd0304c23f2849cd820612cef97700bd4a6e32ca.tar.gz
adding python-udev dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 427b434de1cc..810e3a3e2350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A remote shell for working with MicroPython boards."
url="https://github.com/dhylands/rshell"
depends=('python' )
-makedepends=('python3' )
+makedepends=('python3' 'python-udev')
license=('MIT')
arch=('any')
source=('https://files.pythonhosted.org/packages/5e/70/d48ce2329734b214d81b08b7ba048869eefafac9d5b482dbccd4f7a4dbef/rshell-0.0.24.tar.gz')