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

flake8 fixes

parent 25b2f7b1
Branches
Tags
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
# Only build certain parts of dwarf because the other ones break. # Only build certain parts of dwarf because the other ones break.
dwarf_dirs = ['libdwarf', 'dwarfdump2'] dwarf_dirs = ['libdwarf', 'dwarfdump2']
class Libdwarf(Package): class Libdwarf(Package):
"""The DWARF Debugging Information Format is of interest to """The DWARF Debugging Information Format is of interest to
programmers working on compilers and debuggers (and any one programmers working on compilers and debuggers (and any one
...@@ -51,7 +52,6 @@ class Libdwarf(Package): ...@@ -51,7 +52,6 @@ class Libdwarf(Package):
parallel = False parallel = False
def install(self, spec, prefix): def install(self, spec, prefix):
# dwarf build does not set arguments for ar properly # dwarf build does not set arguments for ar properly
make.add_default_arg('ARFLAGS=rcs') make.add_default_arg('ARFLAGS=rcs')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment