mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-05 16:39:53 +00:00
python3-alembic: upgrade 1.4.0 -> 1.4.2
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
17
meta-python/recipes-devtools/python/python3-alembic_1.4.2.bb
Normal file
17
meta-python/recipes-devtools/python/python3-alembic_1.4.2.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "A database migration tool for SQLAlchemy"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=bd64aba1b968c2bfbc2b525a181ce85c"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[md5sum] = "1d67bdbd3abd33f0319afcd29bc59686"
|
||||
SRC_URI[sha256sum] = "035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf"
|
||||
|
||||
PYPI_PACKAGE = "alembic"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-dateutil \
|
||||
${PYTHON_PN}-editor \
|
||||
${PYTHON_PN}-mako \
|
||||
${PYTHON_PN}-sqlalchemy \
|
||||
"
|
||||
Reference in New Issue
Block a user