diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-26 10:03:59 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 11:18:02 -0700 |
| commit | e1d5198c4f06ecbb55150284955c998639f57087 (patch) | |
| tree | 58115c5d7747540c579f7c4fa7245d82be3ac73c /meta-python/recipes-devtools/python/python3-pint | |
| parent | a223dd3557cd565596e231106c260ea33234e3f6 (diff) | |
| download | meta-openembedded-e1d5198c4f06ecbb55150284955c998639f57087.tar.gz | |
python3-pint: Upgrade to 0.24.3
- Switch to fetching from pypi
- Use automake format for pytests
- Fix ptests, by adding missing runtime deps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pint')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pint/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pint/run-ptest b/meta-python/recipes-devtools/python/python3-pint/run-ptest index 5cec711696..8d2017d39c 100644 --- a/meta-python/recipes-devtools/python/python3-pint/run-ptest +++ b/meta-python/recipes-devtools/python/python3-pint/run-ptest | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | pytest | 3 | pytest --automake |
