Bad RDEPEND for aioharmony-0.2.[456].ebuild #15

Closed
opened 2020-08-23 16:40:53 +02:00 by zentoo · 3 comments

ebuilds aioharmony-0.2.[456].ebuild have a wrong syntax in RDEPEND section: there is no version used for dependencies while using ">=" syntax that need a version.

aioharmony-0.2.6.ebuild:

RDEPEND=">=dev-python/aiohttp
	>=dev-python/async_timeout
	>=dev-python/slixmpp"

That lead to this error if using harmony USE flag for homeassitant:

!!! All ebuilds that could satisfy "~dev-python/aioharmony-0.2.6[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)]" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-python/aioharmony-0.2.6::HomeAssistantRepository (masked by: invalid: RDEPEND: Invalid atom (>=dev-python/aiohttp), token 1)

(dependency required by "app-misc/homeassistant-0.114.1::HomeAssistantRepository" [ebuild])
ebuilds **aioharmony-0.2.[456].ebuild** have a wrong syntax in **RDEPEND** section: there is no version used for dependencies while using ">=" syntax that need a version. aioharmony-0.2.6.ebuild: ``` RDEPEND=">=dev-python/aiohttp >=dev-python/async_timeout >=dev-python/slixmpp" ``` That lead to this error if using **harmony** USE flag for **homeassitant**: ``` !!! All ebuilds that could satisfy "~dev-python/aioharmony-0.2.6[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)]" have been masked. !!! One of the following masked packages is required to complete your request: - dev-python/aioharmony-0.2.6::HomeAssistantRepository (masked by: invalid: RDEPEND: Invalid atom (>=dev-python/aiohttp), token 1) (dependency required by "app-misc/homeassistant-0.114.1::HomeAssistantRepository" [ebuild]) ```
Author

Removing blindly “>=” in RDEPEND section of aioharmony-0.2.6.ebuild have solved it on my ~amd64 system.

Removing blindly “>=” in RDEPEND section of aioharmony-0.2.6.ebuild have solved it on my ~amd64 system.
onkelbeh self-assigned this 2020-08-24 18:39:52 +02:00
Owner

Oh, i copied a typo over the last 3 versions.
Should be fixed in a52b9dcda7.

Please try and close if it's OK now.

Thanks for reporting.

Oh, i copied a typo over the last 3 versions. Should be fixed in https://git.edevau.net/onkelbeh/HomeAssistantRepository/commit/a52b9dcda7999bea3fb2d1c60a40fac3a738080f. Please try and close if it's OK now. Thanks for reporting.
Author

Everything is OK. I close this issue.

Everything is OK. I close this issue.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#15
No description provided.