xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Python-apt is a wrapper to use features of apt from python."
2*4882a593SmuzhiyunLICENSE = "GPL-2.0-only & FSFAP"
3*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3 \
4*4882a593Smuzhiyun                    file://debian/copyright;md5=4ed7b6862ca422678b17e7d4ed592285"
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunSRC_URI = "git://salsa.debian.org/apt-team/python-apt.git;protocol=https;branch=main"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunSRCREV = "6145b6484d220685edfd922d364afbf065127efe"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunS = "${WORKDIR}/git"
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuninherit setuptools3
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunDEPENDS += "apt"
15*4882a593SmuzhiyunRDEPENDS:${PN} += "apt python3-core"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunFILES:${PN} = "${libdir} ${datadir}/python-apt"
18