#!/usr/bin/make -f

UPSTREAM_GIT = git://github.com/openstack-dev/hacking.git
include /usr/share/openstack-pkg-tools/pkgos.make

export OSLO_PACKAGE_VERSION=$(VERSION)

%:
	dh $@  --with python2

