dev-python/python-miio: add pyyaml dependency to ebuild

This commit is contained in:
Duane Mach 2024-01-13 15:32:08 +08:00
parent 6afe12866c
commit 49db322193
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
DIST python-miio-0.5.12.tar.gz 245520 BLAKE2B 1373eee63af6a000b2e1740da6e9698bef3db74bd9daf8ac46e6d387c8d66b279f43d8983ab12d3a3bdc79a72096633bbf2f615aab1ddfc5fc0889744c632063 SHA512 ff251473c7018ced3ae8a63b402f87e8877df00a7dd82f28bf60b1a747aa82d2191d8b9e49f8f91302db1ab6d59632a9fd2257259c0a1f4fc9f665db0a1c63ac
EBUILD python-miio-0.5.12.ebuild 1207 BLAKE2B 526468267d3cc3ec3a2f0a954025d049f651d2a7aab94748265050ff409b68382c28abcd93b7f6548ff1e148361e48351416bbaf27c938a78b06296124ebae84 SHA512 b08e79b191fbe1b5de303c7a9ba78ee20532c70063689f7e06f88c149ac65e3ac68f0fa33767b207c3680c1e0ba5342ba76ce421eb5a4bdba10e38880718d833
EBUILD python-miio-0.5.12.ebuild 1244 BLAKE2B d2baa78ff19786c825cd49afe01825045e03efea056598fb378b54a7c7aa25a35617abf826eabf026e02b934b2d4c81061a7a949b2e3fc63edc3a8e8aaf62a21 SHA512 04b03fb54efa9fda88bad9f8802edc1b7240f31c0019f24793bb3c6a4abbfbc0ad469bcf588ecbaf8f8e61cafb5ba060cb96b42a14d2ed4969ca9cbf251d9a92
MISC metadata.xml 504 BLAKE2B b16b1760b443fd9c3d1524f47d2130e1371a56b3edc4452c9dcbed4b8151370b9f9d47765a0a53d40013fcfd961a91260afad8f6f8d707b5c82304182da313f6 SHA512 aefce208e4093d8168ec583f8f15d8a60f7cff8858ea01daa6c4eed5b84a1d77e0b5dc3dff49f012e7e843dbf61ccfda8e29dafc3ed4fd8c7c953f2b648dda5b

View File

@ -29,7 +29,8 @@ RDEPEND=">=dev-python/click-8.0[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/netifaces[${PYTHON_USEDEP}]
dev-python/croniter[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]"
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]