AbdealiJK added a comment.
I've created a travis.yml file that has a bunch of dependencies that are in catimages or that we may need in catimages. I've not added some packages like `bob` and `jseg` because I hope to replace them with other packages. I found vlfeat was the major package that we would need which is not there. I found libfaac-dev and other codec packages were not there either, so i made apt-package-whitelist issues for them. - libgpac-dev - https://github.com/travis-ci/apt-package-whitelist/issues/3036 - libfaac-dev - https://github.com/travis-ci/apt-package-whitelist/issues/3035 - libvlfeat-dev - https://github.com/travis-ci/apt-package-whitelist/issues/3034 Also, `dlib` (Which I want to use instead of bob) doesn't seem to import correctly in travis (Although it gets installed correctly). I've raised an appropriate issue - https://github.com/davisking/dlib/issues/120 And `exiftool` binary seems to be missing (although it gets installed) - https://github.com/travis-ci/travis-ci/issues/6093 TASK DETAIL https://phabricator.wikimedia.org/T131141 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: AbdealiJK Cc: AbdealiJK, Aklapper, Avicennasis, pywikibot-bugs-list, jayvdb, Jay8g _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
