update soapysdr python compatibility

This commit is contained in:
Florian Tham
2017-12-01 13:17:48 +01:00
parent 6078fa34d0
commit 67ffc1aa9c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
inherit cmake-utils python-single-r1 git-r3