Date: Thursday, March 15, 2018 @ 03:58:28 Author: anatolik Revision: 307994
FS#57840: add python-setuptools build dependency Modified: codespell/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-15 03:58:01 UTC (rev 307993) +++ PKGBUILD 2018-03-15 03:58:28 UTC (rev 307994) @@ -9,6 +9,7 @@ url='https://github.com/lucasdemarchi/codespell' license=(GPL2) depends=(python) +makedepends=(python-setuptools) checkdepends=(python-nose) source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz) sha1sums=('89d5f04095cf3716b888219d2eeecc0a5e1cd320')
