diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb index 7d813a026c..d832494c82 100644 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb | |||
@@ -7,6 +7,9 @@ SRC_URI[sha256sum] = "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb | |||
7 | 7 | ||
8 | inherit pypi python_setuptools_build_meta cython | 8 | inherit pypi python_setuptools_build_meta cython |
9 | 9 | ||
10 | SRC_URI += " \ | ||
11 | file://0001-build-wheel-in-place.patch \ | ||
12 | " | ||
10 | DEPENDS += " \ | 13 | DEPENDS += " \ |
11 | python3-expandvars-native \ | 14 | python3-expandvars-native \ |
12 | " | 15 | " |