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:
parent
2a26d76ef8
commit
0a878299ec
4
dev-python/hdmf/ChangeLog
Normal file
4
dev-python/hdmf/ChangeLog
Normal 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
|
10
dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch
Normal file
10
dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch
Normal 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',
|
||||||
|
]
|
@ -26,3 +26,7 @@ RDEPEND="
|
|||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}/${PN}-3.1.1-new_jsonschema.patch"
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user