mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
python: bump PR of packages after update of distutils.bbclass
* Bump every recipe inheriting distutils or setuptools and not overriding do_install without calling distutils_do_install. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
This commit is contained in:
committed by
Koen Kooi
parent
41bb044d20
commit
326d9f23bf
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e88f48967a8bd1fe88f5425f7e659dbf"
|
||||
RDEPENDS_${PN} += "python-numbers"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRCNAME = "SQLAlchemy"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user