diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-serpent_1.41.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb index 941b5ee0f3..f3cf80a375 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb | |||
@@ -9,8 +9,10 @@ inherit pypi ptest setuptools3 | |||
9 | SRC_URI += " \ | 9 | SRC_URI += " \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | 12 | # python3-misc for timeit.py | |
13 | RDEPENDS:${PN}-ptest += " \ | 13 | RDEPENDS:${PN}-ptest += " \ |
14 | python3-attr \ | ||
15 | python3-misc \ | ||
14 | python3-pytest \ | 16 | python3-pytest \ |
15 | python3-pytz \ | 17 | python3-pytz \ |
16 | python3-unittest-automake-output \ | 18 | python3-unittest-automake-output \ |