summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-autopep8/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-autopep8/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-autopep8/package.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/py-autopep8/package.py b/var/spack/repos/builtin/packages/py-autopep8/package.py
index 629a3b515e..c892e2979c 100644
--- a/var/spack/repos/builtin/packages/py-autopep8/package.py
+++ b/var/spack/repos/builtin/packages/py-autopep8/package.py
@@ -25,7 +25,7 @@
from spack import *
-class PyAutopep8(Package):
+class PyAutopep8(PythonPackage):
"""autopep8 automatically formats Python code to conform to the
PEP 8 style guide."""
@@ -48,6 +48,3 @@ class PyAutopep8(Package):
return url.format('v', version)
else:
return url.format('ver', version)
-
- def install(self, spec, prefix):
- setup_py('install', '--prefix={0}'.format(prefix))