summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRenato Candido2018-04-06 16:02:48 -0300
committerRenato Candido2018-04-06 16:02:48 -0300
commit5e77fbb36e98800be143d059bfe09614f9747a8b (patch)
tree004c1924e76494f2306a583ba62c051fd7319b67 /PKGBUILD
parentec1f914af25c32e983c8e9799afd33bfa56fe7b7 (diff)
downloadaur-5e77fbb36e98800be143d059bfe09614f9747a8b.tar.gz
Added python-ply as a dependence
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22cb15c56069..e11ee24abf7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.13.0
pkgrel=1
pkgdesc="Python LESS compiler"
url="https://github.com/lesscpy/lesscpy"
-depends=('python' )
+depends=('python' 'python-ply')
makedepends=('python3' )
license=('MIT')
arch=('any')