summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2023-05-21 15:55:50 -0700
committerGI_Jack2023-05-21 15:55:50 -0700
commite69eeebc1a379e3e0cf866e41a5109bc53679d70 (patch)
tree5157e2672642760f4173277f746ac66ba058179a /PKGBUILD
parent8fb6efccb85e16ab7f2752068c6d836197b3524e (diff)
downloadaur-e69eeebc1a379e3e0cf866e41a5109bc53679d70.tar.gz
re-added setuptools back to makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c96584ced62..b8638ff6cf3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname='python-bs4'
_pkgname='bs4'
pkgver='0.0.1'
-pkgrel=3
+pkgrel=4
pkgdesc='Beautiful Soup. bs4 name required by CrackMapExec trunk'
arch=('any')
url='https://pypi.python.org/pypi/bs4/'
license=('custom:unknown')
depends=('python' 'python-beautifulsoup4')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a')