소스 검색

Fix unfound distribution handling

tags/v0.2.0
JustAnotherArchivist 4 년 전
부모
커밋
f038cf91db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      qwarc/utils.py

+ 1
- 0
qwarc/utils.py 파일 보기

@@ -198,6 +198,7 @@ def _get_dependency_versions(*pkgs):
dist = pkg_resources.get_distribution(key)
except pkg_resources.DistributionNotFound:
logging.error(f'Unable to get distribution {key}')
continue
yield dist.key, dist.version
for requirement in dist.requires():
if requirement.key not in have:


불러오는 중...
취소
저장