Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711024 - dev-python/spyder-4.0.1-r1: missing dependencies (atomicwrites >=1.2.0, diff_match_patch >=20181111)
Summary: dev-python/spyder-4.0.1-r1: missing dependencies (atomicwrites >=1.2.0, diff_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-28 10:20 UTC by Erik Quaeghebeur
Modified: 2020-02-28 16:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2020-02-28 10:20:53 UTC
I updated my spyder install to 4.0.1-r1. Upon startup, I got the message that I was missing dependencies:

> You have missing dependencies!
> 
> atomicwrites >=1.2.0 : 1.1.5 (NOK)
> diff_match_patch >=20181111: None (NOK)
>
> Please install them to avoid this message.
>
> Note: Spyder could work without some of these dependencies, however to have a smooth experience when using Spyder we strongly recommend you to install all the listed missing dependencies.
>
> Failing to install these dependencies might result in bugs. Please be sure that any found bugs are not the direct result of missing dependencies, prior to reporting a new issue.

dev-python/atomicwrites is present in gentoo with versions 1.1.5-r2, 1.1.5-r3, ~1.2.1, ~1.3.0
dev-python/diff-match-patch is present in gentoo with versions 20121119, ~20181111

I've installed versions 1.2.1 and 20181111 and do not get the message anymore.

I assume that changing the corresponding RDEPEND lines would provide a fix for this issue.


Reproducible: Always

Steps to Reproduce:
1. Install spyder with required dependencies
2. start spyder

Actual Results:  
missing dependency warning

Expected Results:  
no missing dependency warning
Comment 1 Larry the Git Cow gentoo-dev 2020-02-28 16:12:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c7338a361a4ccc32760a638cb4841d74925c61

commit c5c7338a361a4ccc32760a638cb4841d74925c61
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2020-02-28 16:12:17 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2020-02-28 16:12:17 +0000

    dev-python/spyder: add version restrictions from dependencies.py
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=711024
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Andrey Grozin <grozin@gentoo.org>

 dev-python/spyder/spyder-4.0.1-r1.ebuild | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)