aboutsummaryrefslogtreecommitdiffstats
path: root/check-depends.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17build: replace inkscape with rsvg-convertOliver Smith1-1/+1
Do not require having the graphical application inkscape and all its dependencies installed, just to convert svgs to pdfs. This is still the default in dblatex, even though converting on the command-line with inkscape is deprecated. Use the lightweight rsvg-convert instead. Merge at the same time as the docker-playground patch. Depends: docker-playground I012c61eb777e6dc267dd4a52500da98c01ac1438 Change-Id: I0d132f8f6fd73fbe14b5bfa10a8659acaddf38f7
2019-12-09debian/check-depends.sh: add inkscape to dependsOliver Smith1-0/+1
Related: OS#4314 Change-Id: I83864af60ccb1ae4170c2cec90ce3f388cc305ae
2019-12-05Drop python2 and pychart dependenciesOliver Smith1-10/+0
Python 2 is EOL at the end of 2019, so don't depend on it anymore. Remove pychart support, because upstream is dead and there is no python3 version. We were only using it for one graph, and that has been replaced in osmo-bsc I36b721f895caee9766528e14d854b6aa2a2fac85. Depends: osmo-bsc I36b721f895caee9766528e14d854b6aa2a2fac85 Related: OS#2819 Change-Id: I57522e57e39682d6d123af4584785d327361e5a3
2019-11-22Fix python-nwdiag dependency on new debian distrosPau Espin Pedrol1-1/+1
As seen by https://packages.debian.org, python-nwdiag is only available in buster and older stables, while python3-nwdiag is available in both old and new releases as well as testing and unstable. Related: OS#4246 Depends: osmo-ci I0ebee6ac11df779ab954bd6648a0bebefc3350a2 Change-Id: Ia2c0c833329f8ecab1c427e0d2c002f17ab49a94
2019-04-10check-depends.sh: don't depend on git binaryOliver Smith1-1/+0
Remove git from depends, because it isn't needed when building the manuals from a source tarball. Avoid having git in the build dependencies of the upcoming manuals packaging for debian. Related: OS#3899 Change-Id: I46ad818a1d009c03357821f7c8100ecb5d62962e
2018-11-12Makefile: move dep-check code to check-depends.shOliver Smith1-0/+30
Make it possible to run the dependency check without the Makefile. This is needed to split up the manual pages into the projects repositories, so we can call check-depends.sh from there. Related: OS#3385 Change-Id: I82a7efd7e9c265c82d1ba8a60856c892a15a7a33