mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
python3-atomicwrites: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
190dc15e40
commit
bd1d27c725
|
|
@ -1,7 +0,0 @@
|
|||
DESCRIPTION = "Powerful Python library for atomic file writes"
|
||||
HOMEPAGE = "https://github.com/untitaker/python-atomicwrites"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4"
|
||||
|
||||
SRC_URI[md5sum] = "ce11f780a4ce0fce8a55d64494a88178"
|
||||
SRC_URI[sha256sum] = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"
|
||||
|
|
@ -1,2 +1,9 @@
|
|||
DESCRIPTION = "Powerful Python library for atomic file writes"
|
||||
HOMEPAGE = "https://github.com/untitaker/python-atomicwrites"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4"
|
||||
|
||||
SRC_URI[md5sum] = "ce11f780a4ce0fce8a55d64494a88178"
|
||||
SRC_URI[sha256sum] = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"
|
||||
|
||||
inherit pypi setuptools3
|
||||
require python-atomicwrites.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user