diff options
author | Trevor Woerner <twoerner@gmail.com> | 2023-03-09 13:33:10 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 21:58:44 -0800 |
commit | e712e86c2055c1b330c052a486aba84bbdf59fe8 (patch) | |
tree | f57ab6f736678657cf195796e15728f52c69469b /meta-python/recipes-devtools/python | |
parent | b9a8ebf06948fe1e1b1c793735fd8ecaf6475985 (diff) | |
download | meta-openembedded-e712e86c2055c1b330c052a486aba84bbdf59fe8.tar.gz |
hplip: add runtime dependency on ghostscript
The fax/filters/pstotiff program invokes /usr/bin/gs and therefore has a
runtime dependency on ghostscript:
fax/filters/pstotiff
24 gs_command = "/usr/bin/gs" + " " + font + " " + device
25
26 exit_code = os.system(gs_command)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions