DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend." HOMEPAGE = "http://django_openstack_auth.readthedocs.org/" SECTION = "devel/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" PR = "r0" SRCNAME = "django_openstack_auth" SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ " SRC_URI[md5sum] = "01388af8675c3ddb72dbf9fe3fc1adee" SRC_URI[sha256sum] = "1eea7ac2cdf701fcc0afd6550f5b90ce821516699372bfe4940159c0653d6254" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools DEPENDS += " \ python-pip \ python-pbr \ " RDEPENDS_${PN} += "python-django \ python-keystoneclient \ python-pbr \ "