Skip to content
Snippets Groups Projects
Commit a651b979 authored by Matthew Scott Krafczyk's avatar Matthew Scott Krafczyk Committed by Adam J. Stewart
Browse files

Update the py-lxml package (#4090)

parent f265eefa
Branches
No related tags found
No related merge requests found
...@@ -32,6 +32,10 @@ class PyLxml(PythonPackage): ...@@ -32,6 +32,10 @@ class PyLxml(PythonPackage):
homepage = "http://lxml.de/" homepage = "http://lxml.de/"
url = "https://pypi.io/packages/source/l/lxml/lxml-2.3.tar.gz" url = "https://pypi.io/packages/source/l/lxml/lxml-2.3.tar.gz"
version('3.7.3', '075692ce442e69bbd604d44e21c02753')
version('2.3', 'a245a015fd59b63e220005f263e1682a') version('2.3', 'a245a015fd59b63e220005f263e1682a')
depends_on('py-setuptools@0.6c5:', type='build') 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'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment