diff --git a/thumbor/PKGBUILD b/thumbor/PKGBUILD index 9dc1ed6..6ceed19 100644 --- a/thumbor/PKGBUILD +++ b/thumbor/PKGBUILD @@ -7,7 +7,20 @@ pkgdesc="open-source photo thumbnail service" arch=(x86_64) url="https://github.com/thumbor/thumbor" license=(MIT) -depends=(python python-colorama python-pycurl python-opencv python-cairosvg python-tornado gifsicle python-libthumbor python-derpconf python-socketfromfd python-piexif python-jpegiptc) +depends=( + python + python-colorama + python-pycurl + python-opencv + python-cairosvg + python-tornado + gifsicle + python-libthumbor + python-derpconf + python-socketfromfd + python-piexif + python-jpegiptc +) makedepends=(python-setuptools) checkdepends=(python-pytest python-preggy python-pyssim) backup=("etc/thumbor.conf")