#!/usr/bin/make -f

export PYBUILD_NAME=softlayer
export PYBUILD_INSTALL_ARGS_python3=--install-scripts=/usr/lib/python3-softlayer/

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf build
	rm -rf *.egg-info

# Disabled as they require multiple packages to run
override_dh_auto_test:
