summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBao Trinh2022-12-06 14:11:18 -0600
committerBao Trinh2022-12-06 14:11:18 -0600
commit5501bade928fd0abfc307edbf9ade2421f5e9dd6 (patch)
treedff44f9d86945f0d28c1c845d13fb375636a81e6 /.SRCINFO
parentcee747cf7db61384bc2dc55a43ed1bb2416060f9 (diff)
downloadaur-5501bade928fd0abfc307edbf9ade2421f5e9dd6.tar.gz
add missing build dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ed12886e93..4db4be673edc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,10 @@ pkgbase = python-autoflake
url = https://github.com/myint/autoflake
arch = any
license = MIT
- makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-hatchling
+ makedepends = python-installer
+ makedepends = python-pytest
depends = python
depends = python-pyflakes
depends = python-tomli