Skip to content
Snippets Groups Projects
Commit 5c2608b0 authored by Gregory L. Lee's avatar Gregory L. Lee
Browse files

typo: Self -> self

parent 25af3419
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ class PyPyside(Package): ...@@ -14,7 +14,7 @@ class PyPyside(Package):
depends_on('qt@:4') depends_on('qt@:4')
def patch(Self): def patch(self):
"""Undo PySide RPATH handling and add Spack RPATH.""" """Undo PySide RPATH handling and add Spack RPATH."""
# Add Spack's standard CMake args to the sub-builds. # Add Spack's standard CMake args to the sub-builds.
# They're called BY setup.py so we have to patch it. # They're called BY setup.py so we have to patch it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment