summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/thrift/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/thrift/package.py b/var/spack/repos/builtin/packages/thrift/package.py
index ec3b13e563..6430f40e80 100644
--- a/var/spack/repos/builtin/packages/thrift/package.py
+++ b/var/spack/repos/builtin/packages/thrift/package.py
@@ -27,7 +27,6 @@ class Thrift(Package):
# Variant dependencies
extends('python', when='+python')
- depends_on('python', when='+python')
depends_on('zlib', when='+c')
depends_on('libevent', when='+c')