#!/usr/bin/make -f

override_dh_virtualenv:
	dh_virtualenv --extra-pip-arg='--no-binary' --extra-pip-arg=':all:'

%:
	dh $@ --with python-virtualenv
