The python-sphinx rpms
Commands used to find the dependencies:
$ find ./sphinx -type f -and \( -name "*.sty" -or -name "*.tex*" \) \
| xargs sed -n -e "s#.*\(RequirePackage.*\}\)#\1#p" \
| sort | uniq
$ find ./sphinx -type f -and \( -name "*.sty" -or -name "*.tex*" \) \
| xargs sed -n -e "s#.*\(IfFileExist.*\}\)#\1#p"\
| sort | uniq
$ find ./sphinx -type f \
| xargs sed -n -e "s#.*\(usepackage.*\}\).*#\1#p" \
| sort | uniq
|
||
|---|---|---|
| .fmf | ||
| tests | ||
| .gitignore | ||
| 13527.patch | ||
| 8962398b761c3d85a.patch | ||
| changelog | ||
| e01e42f5fc738815b.patch | ||
| Make-the-first-party-extensions-optional.patch | ||
| plan.fmf | ||
| python-sphinx.spec | ||
| rpminspect.yaml | ||
| sources | ||
| sphinx-test_theming.patch | ||