summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorswearchnick2020-09-20 14:27:31 +0200
committerswearchnick2020-09-20 14:27:31 +0200
commitd4b0eb9468b17e8f0afa7af43db34b09547656d8 (patch)
tree98000c07d7c300dc30e29eb62e053525a54d54c7 /PKGBUILD
parentada12a82a356af57fa8e9225c9236cdff9ef655c (diff)
downloadaur-d4b0eb9468b17e8f0afa7af43db34b09547656d8.tar.gz
Remove python-dateutil dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c0bb188ad5c..2e289c25e857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Media downloader for play sites (e.g. SVT Play)"
url="https://github.com/spaam/svtplay-dl"
license=('MIT')
arch=('any')
-depends=('python-cryptography' 'python-requests' 'ffmpeg' 'python-yaml' 'python-dateutil')
+depends=('python-cryptography' 'python-requests' 'ffmpeg' 'python-yaml')
optdepends=('python-pysocks: proxy support')
makedepends=('python-setuptools')
source=(https://github.com/spaam/svtplay-dl/archive/$pkgver.tar.gz)