diff options
author | Bjoern Franke | 2023-03-07 21:14:25 +0100 |
---|---|---|
committer | Bjoern Franke | 2023-03-07 21:14:25 +0100 |
commit | 9e133ae5b3acc69e2090ae2604044df198c11568 (patch) | |
tree | 180d36f32557bf7c00294bdf6f82a002a09e8f59 /PKGBUILD | |
parent | 70978c241e564b49ff4e742011d93ed3b225cfdd (diff) | |
download | aur-9e133ae5b3acc69e2090ae2604044df198c11568.tar.gz |
add python-dateutil dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,12 +3,12 @@ pkgname=pywws pkgver=23.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python software for USB Wireless WeatherStations" arch=('any') url="https://github.com/jim-easterbrook/pywws" license=('GPL') -depends=('python-tzlocal' 'python-libusb1') +depends=('python-tzlocal' 'python-libusb1' 'python-dateutil') optdepends=( 'python-croniter: flexible timed tasks' 'python-daemon: runs pywws as a proper UNIX daemon process' |