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.
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.GenericErrorNo dependencies found won't cause errors here.
[]returns still.