Skip to content
Snippets Groups Projects
Commit ccd15557 authored by Elizabeth Fischer's avatar Elizabeth Fischer
Browse files

Removed redundant package py-libxml2. Use libxml2 instead.

parent 82c09e66
Branches
Tags
No related merge requests found
from spack import *
class PyLibxml2(Package):
"""A Python wrapper around libxml2."""
homepage = "https://xmlsoft.org/python.html"
url = "ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.21.tar.gz"
version('2.6.21', '229dd2b3d110a77defeeaa73af83f7f3')
extends('python')
depends_on('libxml2')
depends_on('libxslt')
def install(self, spec, prefix):
python('setup.py', 'install', '--prefix=%s' % prefix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment