Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r53cd2d54 r1e2b83b  
    368368      case $name in
    369369        kapidox)
     370          # First install a python module dependency
     371          as_root pip3 install doxypypy
     372
    370373          pip3 wheel -w dist --no-build-isolation --no-deps $PWD
    371           sudo pip3 install --no-index --find-links dist --no-cache-dir --no-user kapidox
     374          as_root pip3 install --no-index --find-links dist --no-cache-dir --no-user kapidox
    372375          popd
    373376          rm -rf $packagedir
Note: See TracChangeset for help on using the changeset viewer.