mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
pyxdg: upgrade and remove distutils
Upgrade to 0.27, and switch to setuptools now that distutils is deprecated. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@ SECTION = "devel/python"
|
||||
LICENSE = "LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
|
||||
|
||||
SRCREV = "7db14dcf4c4305c3859a2d9fcf9f5da2db328330"
|
||||
SRCREV = "f097a66923a65e93640c48da83e6e9cfbddd86ba"
|
||||
SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master"
|
||||
|
||||
inherit distutils3
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user