gnuradio: remove mpir-devel from makedepends

This was never used for building or runtime, gmp is used instead.

No need to revbump since this will make no difference (other than
dropping mpir-devel from gnuradio-devel depends).

This is the only dependency of mpir in void linux.
This commit is contained in:
Gonzalo Tornaría 2023-01-09 10:27:22 -03:00 committed by Michal Vasilek
parent fd3a3f3003
commit 7b97bab436
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ _pydeps="python3-Mako python3-cairo python3-click python3-click-plugins python3-
python3-jsonschema python3-numpy python3-pyqtgraph python3-pyzmq python3-scipy python3-yaml"
hostmakedepends="pkg-config doxygen mathjax python3-Sphinx python3-pygccxml ${_pydeps}"
makedepends="SDL-devel SoapySDR-devel boost-devel codec2-devel cppzmq fftw-devel gmpxx-devel
gsl-devel gtk+3-devel jack-devel libgsm-devel libiio-devel libsndfile-devel mpir-devel
gsl-devel gtk+3-devel jack-devel libgsm-devel libiio-devel libsndfile-devel
python3-devel python3-gobject-devel python3-pybind11 python3-pygccxml qwt-devel spdlog
fmt-devel uhd-devel volk-devel"
depends="${_pydeps} python3-cheetah3 python3-lxml python3-matplotlib"