Skip to content
Snippets Groups Projects
Commit f3b353f5 authored by Glenn Johnson's avatar Glenn Johnson
Browse files

Add 'bin/f2py' to ignore so activation works.

parent 8948cb10
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ class PyMatplotlib(Package):
variant('gui', default=False, description='Enable GUI')
variant('ipython', default=False, description='Enable ipython support')
extends('python', ignore=r'bin/nosetests.*$|bin/pbr$')
extends('python', ignore=r'bin/nosetests.*$|bin/pbr$|bin/f2py$')
depends_on('py-pyside', when='+gui')
depends_on('py-ipython', when='+ipython')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment