diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-08-05 09:41:47 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-08-05 09:45:50 +0200 |
commit | 14691f0b6b18d7c0a98193b61390cf615a7df509 (patch) | |
tree | 922dcd688eeb54af91d1539bf81bdcf64ba9cb73 /dev-python/spyder-notebook | |
parent | dev-python/spyder: remove version 5.1.0 (diff) | |
download | gentoo-14691f0b6b18d7c0a98193b61390cf615a7df509.tar.gz gentoo-14691f0b6b18d7c0a98193b61390cf615a7df509.tar.bz2 gentoo-14691f0b6b18d7c0a98193b61390cf615a7df509.zip |
dev-python/spyder-notebook: depend on spyder<5.1
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder-notebook')
-rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.3.2-r2.ebuild (renamed from dev-python/spyder-notebook/spyder-notebook-0.3.2-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/spyder-notebook/spyder-notebook-0.3.2-r1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.3.2-r2.ebuild index 8a3c6f0edf6c..e62f67cf8633 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.3.2-r1.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.3.2-r2.ebuild @@ -25,7 +25,8 @@ RDEPEND=" dev-python/qdarkstyle[${PYTHON_USEDEP}] dev-python/QtPy[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/spyder-5[${PYTHON_USEDEP}] + >=dev-python/spyder-5.0[${PYTHON_USEDEP}] + <dev-python/spyder-5.1[${PYTHON_USEDEP}] dev-python/traitlets[${PYTHON_USEDEP}] " |