repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disable database/opensearch
[oi-userland.git]
/
components
/
python
/
validators
/
patches
/
01-no-eth-hash.patch
blob
759752a98b467d2c8d231f01bd20f30e23d7c608
1
We do not have eth-hash packaged yet.
2
3
--- validators-0.34.0/pyproject.toml.orig
4
+++ validators-0.34.0/pyproject.toml
5
@@ -196,6 +196,5 @@
6
description = unit tests
7
deps =
8
pytest
9
- .[crypto-eth-addresses]
10
commands = pytest .
11
"""