summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-28 16:49:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-28 16:49:09 +0000
commit68ab34bc004f772f779b14eb02c24dab67611656 (patch)
tree1f8f1414f1cf6920f8202b02ad47f00f115706a0 /dev-python
parent9a3e9eb89df82e596d34800aae15774a66965576 (diff)
downloadbaldeagleos-repo-68ab34bc004f772f779b14eb02c24dab67611656.tar.gz
baldeagleos-repo-68ab34bc004f772f779b14eb02c24dab67611656.tar.xz
baldeagleos-repo-68ab34bc004f772f779b14eb02c24dab67611656.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild2
-rw-r--r--dev-python/trio/trio-0.22.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild b/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
index fb59c3730c35..4a8e82101a93 100644
--- a/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
@@ -30,7 +30,7 @@ SRC_URI="
# Fonts: BitstreamVera, OFL-1.1
LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~hppa ~riscv"
IUSE="cairo doc excel examples gtk3 latex qt5 tk webagg wxwidgets"
# internal copy of pycxx highly patched
diff --git a/dev-python/trio/trio-0.22.0.ebuild b/dev-python/trio/trio-0.22.0.ebuild
index e9e5dda61a79..c192a068a699 100644
--- a/dev-python/trio/trio-0.22.0.ebuild
+++ b/dev-python/trio/trio-0.22.0.ebuild
@@ -31,11 +31,11 @@ RDEPEND="
dev-python/sniffio[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
"
-# NB: we're ignoring tests that require pyopenssl
BDEPEND="
test? (
>=dev-python/astor-0.8.0[${PYTHON_USEDEP}]
>=dev-python/immutables-0.6[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/trustme[${PYTHON_USEDEP}]
)
"