Package: soapysdr Version: 0.6.1-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch
Dear maintainers, In Ubuntu, we've begun the transition from python3.6 to python3.7, which in the first stages involves enabling python3.7 as a non-default, supported python3 version. The soapysdr package build-depends on python{,3}-all-dev, but does not build for any but the default version of python2 and python3. Attached is the patch I've applied to Ubuntu, to change the build-dependencies to python{,3}-dev, which avoids this package unnecessarily being targeted for rebuilds. You may wish to consider applying it in Debian. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru soapysdr-0.6.1/debian/control soapysdr-0.6.1/debian/control --- soapysdr-0.6.1/debian/control 2018-03-22 21:16:36.000000000 -0400 +++ soapysdr-0.6.1/debian/control 2018-07-19 10:15:21.000000000 -0400 @@ -8,8 +8,8 @@ dh-python, cmake, swig, - python-all-dev, - python3-all-dev, + python-dev, + python3-dev, python3-distutils Build-Depends-Indep: doxygen