summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James (sam_c) <sam@cmpct.info>2020-06-09 11:38:14 +0000
committerMichał Górny <mgorny@gentoo.org>2020-06-09 22:06:10 +0200
commit296298a9bb64529125c71d0034cd31f74d4befeb (patch)
tree8880898a35eda733b9d7ac7e56901e74ad61775a /dev-python
parentsys-apps/groff: arm stable (bug #704420) (diff)
downloadgentoo-296298a9bb64529125c71d0034cd31f74d4befeb.tar.gz
gentoo-296298a9bb64529125c71d0034cd31f74d4befeb.tar.bz2
gentoo-296298a9bb64529125c71d0034cd31f74d4befeb.zip
dev-python/notebook: Drop invalid 'restrict'
* restrict should be RESTRICT * RESTRICT="doc" isn't valid anyway, and would have clobbered the test? RESTRICT Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/notebook/notebook-5.2.1.ebuild3
-rw-r--r--dev-python/notebook/notebook-5.7.8.ebuild3
2 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/notebook/notebook-5.2.1.ebuild b/dev-python/notebook/notebook-5.2.1.ebuild
index 29ce4c1c11a5..3faa47b3b2ee 100644
--- a/dev-python/notebook/notebook-5.2.1.ebuild
+++ b/dev-python/notebook/notebook-5.2.1.ebuild
@@ -53,9 +53,6 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}/${P}"-setupbase.py.patch )
-# Opens a qtconsole
-restrict="doc"
-
python_prepare_all() {
sed \
-e "/import setup/s:$:\nimport setuptools:g" \
diff --git a/dev-python/notebook/notebook-5.7.8.ebuild b/dev-python/notebook/notebook-5.7.8.ebuild
index a713d74f3835..4c9dc036bc2d 100644
--- a/dev-python/notebook/notebook-5.7.8.ebuild
+++ b/dev-python/notebook/notebook-5.7.8.ebuild
@@ -60,9 +60,6 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch )
-# Opens a qtconsole
-restrict="doc"
-
python_prepare_all() {
sed \
-e "/import setup/s:$:\nimport setuptools:g" \