diff options
Diffstat (limited to 'meta-python/conf/include/ptest-packagelists-meta-python.inc')
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index 92e64908b..ee8f957cc 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -16,6 +16,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
16 | python3-blinker \ | 16 | python3-blinker \ |
17 | python3-cachetools \ | 17 | python3-cachetools \ |
18 | python3-cbor2 \ | 18 | python3-cbor2 \ |
19 | python3-configobj \ | ||
19 | python3-click \ | 20 | python3-click \ |
20 | python3-dasbus \ | 21 | python3-dasbus \ |
21 | python3-dominate \ | 22 | python3-dominate \ |
@@ -42,16 +43,20 @@ PTESTS_FAST_META_PYTHON = "\ | |||
42 | python3-multidict \ | 43 | python3-multidict \ |
43 | python3-netaddr \ | 44 | python3-netaddr \ |
44 | python3-ordered-set \ | 45 | python3-ordered-set \ |
46 | python3-outcome \ | ||
45 | python3-parse \ | 47 | python3-parse \ |
46 | python3-parse-type \ | 48 | python3-parse-type \ |
47 | python3-platformdirs \ | 49 | python3-platformdirs \ |
48 | python3-polyline \ | 50 | python3-polyline \ |
49 | python3-portalocker \ | 51 | python3-portalocker \ |
52 | python3-portion \ | ||
50 | python3-precise-runner \ | 53 | python3-precise-runner \ |
51 | python3-prettytable \ | 54 | python3-prettytable \ |
55 | python3-propcache \ | ||
52 | python3-pydantic \ | 56 | python3-pydantic \ |
53 | python3-pydantic-core \ | 57 | python3-pydantic-core \ |
54 | python3-pylint \ | 58 | python3-pylint \ |
59 | python3-python-multipart \ | ||
55 | python3-ptyprocess \ | 60 | python3-ptyprocess \ |
56 | python3-py-cpuinfo \ | 61 | python3-py-cpuinfo \ |
57 | python3-pyasn1-modules \ | 62 | python3-pyasn1-modules \ |
@@ -67,10 +72,12 @@ PTESTS_FAST_META_PYTHON = "\ | |||
67 | python3-semver \ | 72 | python3-semver \ |
68 | python3-serpent \ | 73 | python3-serpent \ |
69 | python3-service-identity \ | 74 | python3-service-identity \ |
75 | python3-setproctitle \ | ||
70 | python3-simpleeval \ | 76 | python3-simpleeval \ |
71 | python3-smpplib \ | 77 | python3-smpplib \ |
72 | python3-soupsieve \ | 78 | python3-soupsieve \ |
73 | python3-sqlparse \ | 79 | python3-sqlparse \ |
80 | python3-starlette \ | ||
74 | python3-tomli-w \ | 81 | python3-tomli-w \ |
75 | python3-tomlkit \ | 82 | python3-tomlkit \ |
76 | python3-trustme \ | 83 | python3-trustme \ |
@@ -96,6 +103,7 @@ PTESTS_SLOW_META_PYTHON = "\ | |||
96 | python3-lz4 \ | 103 | python3-lz4 \ |
97 | python3-marshmallow \ | 104 | python3-marshmallow \ |
98 | python3-pillow \ | 105 | python3-pillow \ |
106 | python3-pint \ | ||
99 | python3-pytest-localserver \ | 107 | python3-pytest-localserver \ |
100 | python3-scrypt \ | 108 | python3-scrypt \ |
101 | python3-traitlets \ | 109 | python3-traitlets \ |
@@ -107,7 +115,5 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
107 | python3-betamax \ | 115 | python3-betamax \ |
108 | python3-dnspython \ | 116 | python3-dnspython \ |
109 | python3-fastjsonschema \ | 117 | python3-fastjsonschema \ |
110 | python3-pint \ | ||
111 | python3-pyzmq \ | 118 | python3-pyzmq \ |
112 | python3-whoosh \ | ||
113 | " | 119 | " |