gr-iio: add python2 support

This commit is contained in:
blshkv 2018-09-01 10:11:12 +08:00
parent e9e75cc5c8
commit c8f4c52180
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,9 @@
EAPI=6
inherit cmake-utils
PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-single-r1
DESCRIPTION="GNU Radio IIO Blocks"
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"

View file

@ -3,7 +3,9 @@
EAPI=6
inherit cmake-utils git-r3
PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-single-r1 git-r3
DESCRIPTION="GNU Radio IIO Blocks"
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"