summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond W. Ko2020-09-16 19:44:38 -0400
committerRaymond W. Ko2020-09-16 19:44:38 -0400
commit9baaffb37e66e6e55bf06f93c93afc783cad085c (patch)
treeea7087e3f1d898e2da04df1b68d9b71b33de4515
parentf900f88b971c44dee264595bf53ccb6695ab6e99 (diff)
downloadaur-9baaffb37e66e6e55bf06f93c93afc783cad085c.tar.gz
add required package to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7604b74a0d4..c5244119452b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
url="https://github.com/python-openxml/python-docx"
license=('MIT')
depends=('python>=3.4' 'python-lxml>=3.1.0')
-makedepends=()
+makedepends=('python-setuptools')
provides=()
conflicts=()
replaces=()