commit:     99632e9e1e8f5f089b68dc3893e576c4048576cb
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 19:16:56 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 19:27:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99632e9e

dev-python/fs: Depend on dev-python/backports-os for python2

Closes: https://bugs.gentoo.org/696238
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/fs/fs-2.4.9.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild
index a30c5ed47c0..adf7a05eb3e 100644
--- a/dev-python/fs/fs-2.4.9.ebuild
+++ b/dev-python/fs/fs-2.4.9.ebuild
@@ -32,6 +32,9 @@ DEPEND="${RDEPEND}
                dev-python/pyftpdlib[${PYTHON_USEDEP}]
                dev-python/psutil[${PYTHON_USEDEP}]
                dev-python/unittest2[${PYTHON_USEDEP}]
+               python_targets_python2_7? (
+                       dev-python/backports-os[python_targets_python2_7]
+               )
        )"
 
 python_test() {

Reply via email to