summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenugrec2018-04-28 23:46:13 -0400
committerfenugrec2018-04-28 23:46:13 -0400
commitdadf81a018d9be64764dacdc61e263e903ececf1 (patch)
treeede006e8d29f8dfc9786573d25ccce3822a0b678 /PKGBUILD
parent112cc350ff447f37abf320c06e325542fd4e0a19 (diff)
downloadaur-python-cmdebug-git.tar.gz
python-lxml belongs in depends(), not makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab5e051c7eb2..59808f503a13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc='Debug utilities for ARM Cortex-M microprocessors'
arch=('any')
url='https://github.com/posborne/cmsis-svd'
license=('GPL3')
-depends=('python')
-makedepends=('python-setuptools' 'python-lxml')
+depends=('python' 'python-lxml')
+makedepends=('python-setuptools')
source=("${_pkgbase}::git+https://github.com/bnahill/PyCortexMDebug")
md5sums=('SKIP')