#!/usr/bin/make -f

PKG := python-wsgiref
%:
	dh $@ --with python2
