summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpinsl2023-09-04 08:59:38 +0200
committerpinsl2023-09-04 09:02:40 +0200
commit6898883ee7ad9d1872082453abd59bfa01dba74d (patch)
treefdad656828afbecb9d22761a01736315a1b3f9b4
parent89b62a10fd9ece1b6e9b7b4f7b945c355ba02caa (diff)
downloadaur-6898883ee7ad9d1872082453abd59bfa01dba74d.tar.gz
Add python-setuptools to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ea2031e55c..ef7643b3d194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = nrf5x-command-line-tools
license = custom
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = jlink-software-and-documentation
provides = nrfjprog
diff --git a/PKGBUILD b/PKGBUILD
index 5ba9655f5ffe..60a2f50049f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=('x86_64')
url="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools"
license=('custom')
depends=('jlink-software-and-documentation')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
provides=('nrfjprog' 'mergehex' 'python-pynrfjprog')
conflicts=('python-pynrfjprog' 'python-pynrfjprog-git')
options=()