summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien GIRAUD2024-03-25 14:43:01 +0100
committerAurélien GIRAUD2024-03-25 14:43:01 +0100
commit5b2cd8a42daf98301194f549f3e008c455e25e31 (patch)
treef4607a153f0fe280f1303f26346dd0a84f442ac4
parent9468501807e9747300cf76205c42d70f9df204ac (diff)
downloadaur-5b2cd8a42daf98301194f549f3e008c455e25e31.tar.gz
remove useless python-setuptools dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f654aa338de0..9043e6057674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = python-hypothesmith-032
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
- makedepends = python-setuptools
makedepends = python-wheel
depends = python-hypothesis
depends = python-lark-parser
diff --git a/PKGBUILD b/PKGBUILD
index 4ffb11460e5a..07c745b3ecce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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-setuptools' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel')
checkdepends=('python-black' 'python-parso' 'python-pytest')
source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz")
sha512sums=('8e84eaa02fd86a9fe2b446c516b8dccb5f5f3ec84035f70c09fd88fcbbb3cfdc5bc36d95a22734d9d9d6a841d17d8f0198ec08daf3331f39c96c7b687fe2f22a')