python-rfc6266-parser: Add python-lepl as dependency

This commit is contained in:
2017-01-19 21:45:25 +01:00
parent 86686e79fa
commit c1cba73950

View File

@@ -2,10 +2,10 @@
pkgname=python-rfc6266-parser
pkgver=0.0.5.post2
pkgrel=1
pkgrel=2
pkgdesc="Parse and generate Content-Disposition headers; Fork of rfc6266 with bugfixes."
url="https://github.com/SWW13/python-rfc6266-parser"
depends=('python')
depends=('python' 'python-lepl')
makedepends=('python3')
license=('GNU LGPL')
arch=('any')