diff options
Diffstat (limited to 'meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb')
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb index ef04024aaf..66cd27d447 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | |||
@@ -9,10 +9,12 @@ LIC_FILES_CHKSUM = "\ | |||
9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ | 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI += "file://setuptools.patch" | ||
13 | |||
12 | SRC_URI[md5sum] = "69284f943982f54ded76960c92098a02" | 14 | SRC_URI[md5sum] = "69284f943982f54ded76960c92098a02" |
13 | SRC_URI[sha256sum] = "61cde7b096bccd69ddc75c85b17f8baed45c3687d404706d91403a319453b903" | 15 | SRC_URI[sha256sum] = "61cde7b096bccd69ddc75c85b17f8baed45c3687d404706d91403a319453b903" |
14 | 16 | ||
15 | inherit pkgconfig pypi distutils3 | 17 | inherit pkgconfig pypi setuptools3 |
16 | 18 | ||
17 | DEPENDS += "parted" | 19 | DEPENDS += "parted" |
18 | 20 | ||