diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/conf/layer.conf | 1 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django_git.bb (renamed from meta-openstack/recipes-devtools/python/python-django_1.7.5.bb) | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index 2b3a00d..f0d42b8 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
| @@ -14,3 +14,4 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true" | |||
| 14 | PREFERRED_VERSION_python-greenlet = "0.4.1" | 14 | PREFERRED_VERSION_python-greenlet = "0.4.1" |
| 15 | PREFERRED_VERSION_python-sqlalchemy = "0.9.7" | 15 | PREFERRED_VERSION_python-sqlalchemy = "0.9.7" |
| 16 | PREFERRED_VERSION_python-pexpect = "3.3" | 16 | PREFERRED_VERSION_python-pexpect = "3.3" |
| 17 | PREFERRED_VERSION_python-django = "1.8.6" | ||
diff --git a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb b/meta-openstack/recipes-devtools/python/python-django_git.bb index b462e4d..f11f8e6 100644 --- a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb +++ b/meta-openstack/recipes-devtools/python/python-django_git.bb | |||
| @@ -6,13 +6,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" | |||
| 6 | 6 | ||
| 7 | SRCNAME = "Django" | 7 | SRCNAME = "Django" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | 9 | PV = "1.8.6" |
| 10 | " | 10 | SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "e76c70a5dd7d56a511974b28ab38df20" | 12 | SRC_URI = " \ |
| 13 | SRC_URI[sha256sum] = "1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc" | 13 | git://github.com/django/django.git;branch=stable/1.8.x \ |
| 14 | " | ||
| 14 | 15 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 16 | S = "${WORKDIR}/git" |
| 16 | 17 | ||
| 17 | inherit setuptools | 18 | inherit setuptools |
| 18 | 19 | ||
