#1061 hub: [getRPMDeps] add strict behavior
Merged by mikem. Opened by julian8628.
julian8628/koji issue/1052  into  master

Download 1061.patch

fixes: #1052
It's not a direct fix but adding strict keyword here to avoid changing the behavior to make error occurs on web or other 3rd-party tools
When strict=True, if no rpminfo found in DB, or rpminfo['build_id'] is None( equals to external rpm currently), or no rpmfile exists on volumes, raise koji.GenericError
No dependencies found won't cause errors here. [] returns still.

Commit 67be6a1e fixes this pull-request

Pull-Request has been merged by mikem

Metadata