diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.db_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.db_git.bb | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb deleted file mode 100644 index a330ed4..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | DESCRIPTION = "oslo.db library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PV = "4.25.0+git${SRCPV}" | ||
| 8 | SRCREV = "71607d59ec5c02d7beb5109c500aa9b6a0d9ee2c" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.db" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | python-six \ | ||
| 29 | python-alembic \ | ||
| 30 | python-oslo.config \ | ||
| 31 | python-oslo.i18n \ | ||
| 32 | python-oslo.utils \ | ||
| 33 | python-sqlalchemy \ | ||
| 34 | python-sqlalchemy-migrate \ | ||
| 35 | python-stevedore \ | ||
| 36 | python-pbr \ | ||
| 37 | python-debtcollector \ | ||
| 38 | " | ||
