Date: Thursday, February 19, 2015 @ 20:32:00 Author: jelle Revision: 127997
fix FS#43879 Modified: python-reportlab/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-19 19:23:38 UTC (rev 127996) +++ PKGBUILD 2015-02-19 19:32:00 UTC (rev 127997) @@ -13,7 +13,8 @@ url="http://www.reportlab.org/rl_toolkit.html" depends=('freetype2') conflicts=('python-reportlab<=2.5-2') -checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow') +makedepends=('python' 'python2') +checkdepends=('python2-pillow' 'python-pillow') replaces=('python-reportlab<=2.5-2') license=('CUSTOM') source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz")
