summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pathspec/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pathspec/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pathspec/package.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/py-pathspec/package.py b/var/spack/repos/builtin/packages/py-pathspec/package.py
index 399f3c91ef..e5030abc70 100644
--- a/var/spack/repos/builtin/packages/py-pathspec/package.py
+++ b/var/spack/repos/builtin/packages/py-pathspec/package.py
@@ -25,7 +25,7 @@
from spack import *
-class PyPathspec(Package):
+class PyPathspec(PythonPackage):
"""pathspec extends the test loading and running features of unittest,
making it easier to write, find and run tests."""
@@ -34,8 +34,4 @@ class PyPathspec(Package):
version('0.3.4', '2a4af9bf2dee98845d583ec61a00d05d',
url='https://pypi.python.org/packages/14/9d/c9d790d373d6f6938d793e9c549b87ad8670b6fa7fc6176485e6ef11c1a4/pathspec-0.3.4.tar.gz')
- extends('python')
depends_on('py-setuptools', type='build')
-
- def install(self, spec, prefix):
- setup_py('install', '--prefix=%s' % prefix)