net-analyzer/gsm-receiver: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 10:47:27 +0000 (12:47 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:28:42 +0000 (13:28 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

net-analyzer/gsm-receiver/gsm-receiver-9999.ebuild

index 0b04eab14d5f6a764637a55fecbf0a9c87482818..36a54f59e1e629c30006094ade6c333101f257e3 100644 (file)
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools git-2 python-single-r1
@@ -14,8 +15,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="net-libs/libosmocore
+RDEPEND="${PYTHON_DEPS}
+       net-libs/libosmocore
        >=net-wireless/gnuradio-3.7_rc:0="
 DEPEND="${RDEPEND}
        virtual/pkgconfig"