summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2023-07-02 21:36:49 +0200
committerJohannes Wienke2023-07-02 21:36:49 +0200
commitb91c064fbdfedf18617d5939f0e2f645725fd180 (patch)
tree3f11d0580caa9b578095504e3b02cb8cdbc726b3
parent5e197816002a1a19badca524adafbc30c93ef80f (diff)
downloadaur-b91c064fbdfedf18617d5939f0e2f645725fd180.tar.gz
Add jsonpath-ng as an optional dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de822936c76f..d695981902d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,7 @@ pkgbase = autosuspend
optdepends = python-dateutil: iCalendar checks
optdepends = python-tzlocal: iCalendar checks
optdepends = python-requests-file: file:// URL support
+ optdepends = python-jsonpath-ng: JSONPath checks
optdepends = iputils: ping check
optdepends = xprintidle: X server idle time check
backup = etc/autosuspend.conf
diff --git a/PKGBUILD b/PKGBUILD
index bdcc8a03d9ed..decf4a1d7081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ optdepends=('python-dbus: logind session discovery'
'python-dateutil: iCalendar checks'
'python-tzlocal: iCalendar checks'
'python-requests-file: file:// URL support'
+ 'python-jsonpath-ng: JSONPath checks'
'iputils: ping check'
'xprintidle: X server idle time check')
makedepends=('python-setuptools'