From f0e43b3feeefa0fdbda088a557e14161ec611414 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 20 Jul 2013 06:57:55 +0000 Subject: [PATCH] Added python3-ply as build-depends. --- debian/control | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 1cf64b8..8b8bae2 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,14 @@ Source: python-lesscpy Section: python Priority: optional Maintainer: PKG OpenStack -Uploaders: Loic Dachary (OuoU) , - Julien Danjou , - Thomas Goirand , - Ghe Rivero , - Mehdi Abaakouk -Build-Depends: debhelper (>= 9), python3-setuptools, python3-all, openstack-pkg-tools +Uploaders: Julien Danjou , + Thomas Goirand , + Mehdi Abaakouk +Build-Depends: debhelper (>= 9), + openstack-pkg-tools, + python3-all, + python3-ply, + python3-setuptools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-lesscpy.git Vcs-Git: git://anonscm.debian.org/openstack/python-lesscpy.git @@ -16,13 +18,13 @@ Homepage: https://pypi.python.org/pypi/lesscpy Package: python3-lesscpy Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: python3-ply, ${python3:Depends}, ${misc:Depends} +Depends: python3-ply, ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Description: LessCss Compiler for Python 3 Lesscpy is a compiler written in Python 3 for the lesscss language. It is very useful if node.js can't be installed in the environment. Not all features of lesscss are supported (yet). Some features wil probably never be supported - (JavaScript evaluation). + (JavaScript evaluation). . This program uses PLY (Python Lex-Yacc) to tokenize/parse the input and is considerably slower than the nodejs compiler.