From 98a1b6e5471c219f3bb7071b2e82b2aa4a410031 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@p37t)" Date: Sun, 30 Aug 2020 21:05:58 +0200 Subject: [PATCH] pygatt-4.0.5 needs nose during compile phase --- CHANGELOG.txt | 1 + dev-python/pygatt/Manifest | 2 +- dev-python/pygatt/pygatt-4.0.5.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c514b2217..d9a533cee 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -69,6 +69,7 @@ * dev-python/zigpy-deconz must also use dev-python/zigpy, not zigpy-homeassistant * iaqualink needs pytest-runner * PyMetno-0.7.1 flip SRC_URI back to Pypi for violating naming conventions + * pygatt-4.0.5 needs nose during compile phase 2020-08-26 * fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/18#issuecomment-124 diff --git a/dev-python/pygatt/Manifest b/dev-python/pygatt/Manifest index 093f2c4bc..34071f469 100644 --- a/dev-python/pygatt/Manifest +++ b/dev-python/pygatt/Manifest @@ -1,3 +1,3 @@ DIST pygatt-4.0.5.tar.gz 40109 BLAKE2B a08849cd5d9e3f1d8a9015d98fec51e3cd659da52ed912dad4762921cc85c73373aaa8637abaf24d8e14162b2e9526b21eaf1bb83302d03b11ff0e4359fb38c7 SHA512 c84368dfaf9b3b6d3edd4cf424c470d4735c96dbed920d5217c606be866c655b1435fc1179226888f6f4add628b553d38490048f0149828e8a1c5df4fbcf24cc -EBUILD pygatt-4.0.5.ebuild 813 BLAKE2B 619ca6d934af52c800b6f0a4d52d3fb0d1c97b440469676953126273bf6b7ee075ae177b38b7546c71e5e51200cb235cf7eee4e4554238d8b7fcaa82ea914bb4 SHA512 ed5347119ef85af0d07ded2fb97e3c28e78548e60b1ae488648470d06446ca456c80f2bb15a14e6460d25d392e47f184768da620056b30b31a7468a0e994822c +EBUILD pygatt-4.0.5.ebuild 821 BLAKE2B d73ed922ddbcbcf909b990ef2b4522363950f301398ff562f26b51e42eb108c6646802b27d69fa287ddb57ae046065b5b3de3c18643f0a9d8d61c88e0b3415ad SHA512 cc52c9b231f9a1b8bb97a2a7fee42254a03e14bd4df8bb4968a03f78ac57a16b0aa319be917fe0fb46865ba1c7f020791a35b1c99e26a1d755c4cedcb47b292b MISC metadata.xml 484 BLAKE2B bb1bca83fd25144dcd6ac7971339aa41631df3f93708a4df4ac924c6222caeed384911d785b3f75e127e84df0323702dd587bc946ff6e241878e4bc1d86bb433 SHA512 937198f656b694a512c2b9e83fceeb35f5fc1f3ad874a1ffbdd3f8deb55944d0cc6f94030dad3e583749dd4ab8e4bb7418586bdead7dc42ee043723174d3321a diff --git a/dev-python/pygatt/pygatt-4.0.5.ebuild b/dev-python/pygatt/pygatt-4.0.5.ebuild index 888ad1eee..0508bdfe5 100644 --- a/dev-python/pygatt/pygatt-4.0.5.ebuild +++ b/dev-python/pygatt/pygatt-4.0.5.ebuild @@ -18,10 +18,10 @@ IUSE="test" RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}] dev-python/enum-compat[${PYTHON_USEDEP}]" +BDEPEND="dev-python/nose[${PYTHON_USEDEP}]" DEPEND="${REDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] )"