summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-11-23 14:16:56 -0500
committerMatt Turner <mattst88@gentoo.org>2019-11-23 14:27:53 -0500
commit99632e9e1e8f5f089b68dc3893e576c4048576cb (patch)
treeb6562d6bcbdd160671c9a5aebe2958b489f85ddf /dev-python/fs
parentdev-python/backports-os: Add stable keywords (diff)
downloadgentoo-99632e9e1e8f5f089b68dc3893e576c4048576cb.tar.gz
gentoo-99632e9e1e8f5f089b68dc3893e576c4048576cb.tar.bz2
gentoo-99632e9e1e8f5f089b68dc3893e576c4048576cb.zip
dev-python/fs: Depend on dev-python/backports-os for python2
Closes: https://bugs.gentoo.org/696238 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/fs')
-rw-r--r--dev-python/fs/fs-2.4.9.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild
index a30c5ed47c00..adf7a05eb3ee 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() {