diff options
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |