1
0
mirror of synced 2024-12-22 12:50:33 +01:00

dev-python/hdmf: jsonschema cap was not needed

Confirmed by upstream:
https://github.com/hdmf-dev/hdmf/issues/674

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-10-29 07:57:36 -04:00
parent 2a26d76ef8
commit 0a878299ec
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,4 @@
29 Oct 2021; <chymera@gentoo.org> +files/hdmf-3.1.1-new_jsonschema.patch,
hdmf-3.1.1.ebuild:
dev-python/hdmf: jsonschema cap was not needed Confirmed by upstream:
https://github.com/hdmf-dev/hdmf/issues/674

View File

@ -0,0 +1,10 @@
--- a/setup.py 2021-09-24 00:51:55.892741725 -0400
+++ b/setup.py 2021-10-27 14:33:20.733741241 -0400
@@ -23,7 +23,7 @@
'scipy>=1.1,<2',
'pandas>=1.0.5,<2',
'ruamel.yaml>=0.16,<1',
- 'jsonschema>=2.6.0,<4',
+ 'jsonschema>=2.6.0',
'setuptools',
]

View File

@ -26,3 +26,7 @@ RDEPEND="
BDEPEND="" BDEPEND=""
distutils_enable_tests pytest distutils_enable_tests pytest
PATCHES=(
"${FILESDIR}/${PN}-3.1.1-new_jsonschema.patch"
)