summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrodokk2023-02-18 16:24:19 +0100
committerbrodokk2023-02-18 16:24:19 +0100
commit634d2277c1cb00979f562b6fd1cc65785fd916c9 (patch)
treeeb66f66b47a2b2c800742a9689dae0e7beb18432 /PKGBUILD
parent9982ef29550066ca826cde00156d4493edc7ff93 (diff)
downloadaur-python-flake8-mutable.tar.gz
Add make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c699983a8e7e..1b0d796f6238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=('any')
license=('MIT')
depends=('python')
+makedepends=('python-wheel' 'python-pip' 'python-setuptools')
source=("https://github.com/ebeweber/$_pkgname/archive/v$pkgver.tar.gz")
sha512sums=('4b65ae7468968b4a202521f65be58a4fa3e583c29c8563d769134fe84f7243d0aa9e32146d91f0a450c782bb8b76a7642251acd0f278c9a639e2c1dbbf03dd46')