diff options
author | fenugrec | 2018-04-28 23:46:13 -0400 |
---|---|---|
committer | fenugrec | 2018-04-28 23:46:13 -0400 |
commit | dadf81a018d9be64764dacdc61e263e903ececf1 (patch) | |
tree | ede006e8d29f8dfc9786573d25ccce3822a0b678 /PKGBUILD | |
parent | 112cc350ff447f37abf320c06e325542fd4e0a19 (diff) | |
download | aur-python-cmdebug-git.tar.gz |
python-lxml belongs in depends(), not makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |