flake 8 fixes for stat and dependents

flake 8 fixes for dyninst

flake 8 fixes for dyninst

flake 8 fixes for dyninst
This commit is contained in:
Gregory L. Lee
2016-07-28 13:49:35 -07:00
parent bd8aab00e4
commit 8b94937609
5 changed files with 4 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ class Dyninst(Package):
are executing without recompiling, re-linking, or re-executing."""
homepage = "https://paradyn.org"
url = "http://www.dyninst.org/sites/default/files/downloads/dyninst/8.1.2/DyninstAPI-8.1.2.tgz"
url = "https://github.com/dyninst/dyninst/archive/v9.2.0.tar.gz"
list_url = "http://www.dyninst.org/downloads/dyninst-8.x"
version('9.2.0', 'ad023f85e8e57837ed9de073b59d6bab',
@@ -50,7 +50,7 @@ class Dyninst(Package):
depends_on('cmake', type='build')
# new version uses cmake
def install(self, spec, prefix):
def install(self, spec, prefix): # NOQA: ignore=F811
libelf = spec['libelf'].prefix
libdwarf = spec['libdwarf'].prefix