This request is superseded by
request 1178019
(Show diff)
Overview
Request 1177645 superseded
new package python-demosh: Run code in Markdown files or shell scripts very interactively, to allow more engaging demos
- Created by ojkastl_buildservice
- In state superseded
- Superseded by 1178019
Loading...
Request History
ojkastl_buildservice created request
new package python-demosh: Run code in Markdown files or shell scripts very interactively, to allow more engaging demos
ojkastl_buildservice superseded request
superseded by 1178019
Is there a good place to submit this to, instead of dlp?
And: Why is this failing on 15.6? Doesn't this know the
%python3_fix_shebang_path
macro?do you really need the
%python3_fix_shebang_path
macro when you have%pyproject_install
?Otherwise rpmlint complains because the *.py files have a
/usr/bin/env python
shebang...That is not what
%python3_fix_shebang_path
, you should probably just usesed -i 's#%{_bindir}/env python3#%{_bindir}/python3#'
in%prep
section.I found out in the meantime that this works on all OSes.
See SR#1178019