add ujson dependency for aiocache
This commit is contained in:
parent
3d84e5b4ef
commit
8327365cab
@ -20,9 +20,9 @@ Since homeassistant-0.95.0_beta0 `esphome-1.13.6` can be run again in the same e
|
||||
If you have questions or suggestions don't hesitate to contact me, anyhelp is very welcome.
|
||||
|
||||
Currently there's work to build a package for:
|
||||
- homeassistant-pyozw-0.1.4
|
||||
- open-zwave-hass-0.1.4
|
||||
- python-openzwave
|
||||
- ~~homeassistant-pyozw-0.1.4~~ (now compiles with a short unpack hack)
|
||||
- ~~open-zwave-hass-0.1.4~~ (not needed anymore)
|
||||
- ~~python-openzwave~~ (not needed anymore)
|
||||
|
||||
They mix up python code with some c++, currently i have no idea how to handle that.
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
DIST aiocache-0.10.1.tar.gz 18931 BLAKE2B 355e65defb12d20c71ad69909c1bc378d2ef6bc1db2a6f484ed561a2d7c3c7332661e21e7698f38830fa4355fecd541c56aa3dc54a3c1e98f7bcd288d9e5123c SHA512 2416c080752912a149c3a358d0894e30aeab0f70edb2049594bd96f34c1d5cfa92c412241c8589348e245ef5d7a5ac0e2dacdf73a48300c0cd7914a7c43e18f5
|
||||
EBUILD aiocache-0.10.1.ebuild 693 BLAKE2B 866c8bd44d46d96c0b4c5a9544264291339f6a5b4cfae7f2ac0e98c014b345e08c17604da29451944e33781a2a188e8b5d73023bb0c6a05f9b89e9b29890a808 SHA512 bd12681bd89b08ad0f7ac480a26d60eeca15b6902af0c4f53726fa02a04d3fcfd0f49b166a333100ecd57ae3cf83b84b299dbc75b9c6f5f92a7a0c2ce3518102
|
||||
EBUILD aiocache-0.10.1.ebuild 727 BLAKE2B 4b47791858ec63925227e8e3882c79b90b13ad07e3f318fbfe4ef85948296d755a26aa320c5507817bca407ca5babc8174e0daad4841e036a3518d66dd0200bb SHA512 f7b19cade9873c6384ac34c160ca0853e773ecfca4755c9aa6b357d76c3df6603d131ee247757abcc80e130aa1272abd923addc872481ae2527a7e0c3d328f9a
|
||||
MISC metadata.xml 465 BLAKE2B 0a2bc9c4ad9f651e2fdfb49414fb0aab9ec840c2d32459236d2d95e47a1d0217002bc8882d559ceebe2c44ac0ff22e28c746d97bb148bff61a7d94ba899b2a57 SHA512 d345548257a92d1db1d6a8c2216c106ad0e95ab11c03a7ff7e1ad74a5cf9595c40c4016c8ef1c798e0ab0859e5d33a4647082c2072e7d9fc40396b987c022bba
|
||||
|
||||
@ -16,7 +16,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/ujson[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user