summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Gottula2021-07-08 16:39:15 -0700
committerJustin Gottula2021-07-08 16:39:15 -0700
commita8ea0c3483e156a63eac18ce37afee538f5eb056 (patch)
tree5cc278814ddee56d342d2295f683bc1d854bd869 /PKGBUILD
parentf87632201cb5142bf6e1b15f0800db382c63175b (diff)
downloadaur-a8ea0c3483e156a63eac18ce37afee538f5eb056.tar.gz
Add python>=3.7 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecb84839180c..c8abf6f83267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/christgau/wsdd"
license=('MIT')
-depends=('samba')
+depends=('python>=3.7' 'samba')
backup=('etc/conf.d/wsdd')