summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrodokk2023-02-18 16:24:19 +0100
committerbrodokk2023-02-18 16:24:19 +0100
commit634d2277c1cb00979f562b6fd1cc65785fd916c9 (patch)
treeeb66f66b47a2b2c800742a9689dae0e7beb18432
parent9982ef29550066ca826cde00156d4493edc7ff93 (diff)
downloadaur-python-flake8-mutable.tar.gz
Add make dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e873b423d66d..ef9957342da8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,11 @@ pkgbase = python-flake8-mutable
url = https://github.com/ebeweber/flake8-mutable
arch = any
license = MIT
+ makedepends = python-wheel
+ makedepends = python-pip
+ makedepends = python-setuptools
depends = python
source = https://github.com/ebeweber/flake8-mutable/archive/v1.2.0.tar.gz
sha512sums = 4b65ae7468968b4a202521f65be58a4fa3e583c29c8563d769134fe84f7243d0aa9e32146d91f0a450c782bb8b76a7642251acd0f278c9a639e2c1dbbf03dd46
pkgname = python-flake8-mutable
-
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')