diff options
author | Aurélien GIRAUD | 2024-03-26 21:52:06 +0100 |
---|---|---|
committer | Aurélien GIRAUD | 2024-03-26 21:52:06 +0100 |
commit | edcb941938220bbbda71796d25509e38d8fef427 (patch) | |
tree | 6bc909cc8d7f2d40f92744c05e278c423e21f4ef /PKGBUILD | |
parent | 5b2cd8a42daf98301194f549f3e008c455e25e31 (diff) | |
download | aur-python-hypothesmith-032.tar.gz |
Revert "remove useless python-setuptools dependency"
This reverts commit 5b2cd8a42daf98301194f549f3e008c455e25e31.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ conflicts=('python-hypothesmith') license=('MPL') arch=('any') depends=('python-hypothesis' 'python-lark-parser' 'python-libcst') -makedepends=('python-build' 'python-installer' 'python-wheel') +makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-black' 'python-parso' 'python-pytest') source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz") sha512sums=('8e84eaa02fd86a9fe2b446c516b8dccb5f5f3ec84035f70c09fd88fcbbb3cfdc5bc36d95a22734d9d9d6a841d17d8f0198ec08daf3331f39c96c7b687fe2f22a') |