summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7288ef11e460..d8f9c07ea7ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python NNTP library"
arch=('any')
url="https://github.com/greenbender/${_reponame}"
license=('GPL')
-depends=('python2')
+depends=('python2' 'python2-dateutil')
makedepends=(git)
provides=('python2-pynntp')
conflicts=('python2-pynntp')