diff options
author | LingMan | 2024-04-27 03:30:49 +0200 |
---|---|---|
committer | LingMan | 2024-04-27 03:30:49 +0200 |
commit | 96b99d3ed51d24c0064a896787c2cc5cc6280507 (patch) | |
tree | 24856d2bb3f7586c3bc2dd277eb6d0bcbe4f3ff3 /PKGBUILD | |
parent | a4e737613f2e9552ef1bca60a9e4ce0ca3e48af4 (diff) | |
download | aur-96b99d3ed51d24c0064a896787c2cc5cc6280507.tar.gz |
Mark the dependencies as make dependencies
These aren't called at runtime. Reverts a part of [1], which did the opposite without explanation
in a commit that supposedly only had cosmetic changes.
[1] https://aur.archlinux.org/cgit/aur.git/commit/?h=python2-nose&id=8cd61b7bd862883d04a29f9e188eb6310293bb71
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -15,10 +15,7 @@ pkgdesc='A discovery-based unittest extension (deprecated)' arch=('any') url="https://pypi.org/project/${_name}/${pkgver}/" license=('LGPL2.1') -depends=( - 'python2' - 'python2-setuptools' -) +makedepends=('python2' 'python2-setuptools') _tarname="${_name}-${pkgver}" source=("https://files.pythonhosted.org/packages/58/a5/0dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44/nose-${pkgver}.tar.gz") b2sums=('4bb479b2786f813f9e9a5fd401e30023a473a053ae013d7887be15af415422c09fb399af6058ae99ed65c5fa4da84eb274eb805e895ca74db159d952905f5be4') |