summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Jasso2020-04-19 09:08:44 +0200
committerGustavo Jasso2020-04-19 09:08:44 +0200
commit924f7819315822b2f2f790fd61c910e4ea6bba52 (patch)
tree8c507a6de0cb38cce3417c35d3bd0b68ac7324b6
parent05a44f55560d1c3f2cc7ae13ffe53416c466202a (diff)
downloadaur-924f7819315822b2f2f790fd61c910e4ea6bba52.tar.gz
remove redundant build dependency: python-setuptools
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37bab97c02fd..7d24d688d48a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = remarkable-mouse
url = https://github.com/Evidlo/remarkable_mouse
arch = any
license = GPL3
- makedepends = python-setuptools
depends = python-setuptools
depends = python-paramiko
depends = python-libevdev
diff --git a/PKGBUILD b/PKGBUILD
index b68ef38099e3..31162dcf42cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@ pkgrel=1
url="https://github.com/Evidlo/remarkable_mouse"
arch=('any')
license=('GPL3')
-makedepends=('python-setuptools')
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')