typo: Self -> self
This commit is contained in:
parent
25af341954
commit
5c2608b032
@ -14,7 +14,7 @@ class PyPyside(Package):
|
||||
depends_on('qt@:4')
|
||||
|
||||
|
||||
def patch(Self):
|
||||
def patch(self):
|
||||
"""Undo PySide RPATH handling and add Spack RPATH."""
|
||||
# Add Spack's standard CMake args to the sub-builds.
|
||||
# They're called BY setup.py so we have to patch it.
|
||||
|
Loading…
Reference in New Issue
Block a user