diff options
Diffstat (limited to 'meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb')
-rw-r--r-- | meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb b/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb index 50246a8a11..12afec8b1b 100644 --- a/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb +++ b/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb | |||
@@ -12,8 +12,6 @@ SRC_URI = "git://git.yoctoproject.org/guessing-game.git;protocol=https;branch=ma | |||
12 | PV = "0.1.0" | 12 | PV = "0.1.0" |
13 | SRCREV = "469c9e2230ca4fa9e391c94be6e697733e769500" | 13 | SRCREV = "469c9e2230ca4fa9e391c94be6e697733e769500" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | inherit python_maturin cargo-update-recipe-crates | 15 | inherit python_maturin cargo-update-recipe-crates |
18 | 16 | ||
19 | require ${BPN}-crates.inc | 17 | require ${BPN}-crates.inc |