summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Jasso2020-04-19 08:51:29 +0200
committerGustavo Jasso2020-04-19 08:51:29 +0200
commit02e0a4b01dd92980c7593118a8e5310fbd40307f (patch)
tree1456f1f509b21edad8522f109f1e8daed555fbd1
parent70a68acea0f52a956cdb020d205721c6171da5a0 (diff)
downloadaur-02e0a4b01dd92980c7593118a8e5310fbd40307f.tar.gz
add missing dependency: python-setuptools
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3cabd5afbea..b68ef38099e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/Evidlo/remarkable_mouse"
arch=('any')
license=('GPL3')
makedepends=('python-setuptools')
-depends=('python-paramiko' 'python-libevdev' 'python-pynput' 'python-screeninfo')
+depends=('python-setuptools' 'python-paramiko' 'python-libevdev' 'python-pynput' 'python-screeninfo')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('b46030d96d49e7e13baefec0360f50af')