app-editors/atom: add missing python RDEPEND
authorMikhail Pukhlikov <cynede@gentoo.org>
Mon, 5 Aug 2019 06:27:56 +0000 (10:27 +0400)
committerMikhail Pukhlikov <cynede@gentoo.org>
Mon, 5 Aug 2019 09:50:03 +0000 (13:50 +0400)
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
app-editors/atom/atom-1.32.1.ebuild

index cffe7192d2edc3cb764b8dc3e2b25c06900f5e6c..cb97004c983da398a2c3ca3c7307ed02eaaee837 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # NOTE: this ebuild has been generated by atom-ebuild-gen.py from the
@@ -141,6 +141,7 @@ RDEPEND="
        >=dev-util/electron-${ELECTRON_V}:${ELECTRON_SLOT}
        dev-vcs/git
        !sys-apps/apmd
+       ${PYTHON_DEPS}
 "
 
 S="${WORKDIR}/${PN}-${MY_PV}"