Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,8 +24,10 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class Patchelf(Package):
|
||||
"""PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables."""
|
||||
"""PatchELF is a small utility to modify the dynamic linker and RPATH of
|
||||
ELF executables."""
|
||||
|
||||
homepage = "https://nixos.org/patchelf.html"
|
||||
url = "http://nixos.org/releases/patchelf/patchelf-0.8/patchelf-0.8.tar.gz"
|
||||
|
Reference in New Issue
Block a user