Update the py-lxml package (#4090)

This commit is contained in:
Matthew Scott Krafczyk 2017-05-02 16:35:42 -05:00 committed by Adam J. Stewart
parent f265eefa22
commit a651b979ca

View File

@ -32,6 +32,10 @@ class PyLxml(PythonPackage):
homepage = "http://lxml.de/"
url = "https://pypi.io/packages/source/l/lxml/lxml-2.3.tar.gz"
version('3.7.3', '075692ce442e69bbd604d44e21c02753')
version('2.3', 'a245a015fd59b63e220005f263e1682a')
depends_on('py-setuptools@0.6c5:', type='build')
depends_on('py-cython@0.20:', type='build')
depends_on('libxml2', type=('build', 'run'))
depends_on('libxslt', type=('build', 'run'))