X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;fp=daklib%2Futils.py;h=cf3bd98e225783cd06c45ccc91e0aed5dd4a5e84;hb=1778484b3e6d9643f856337da56f23ad4ba52f3a;hp=a30107be57632d18b3f604cd8a4094395fd19de8;hpb=d47da55f3658cae8230bc960b8dd497eaf6330e9;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index a30107be..cf3bd98e 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -1824,7 +1824,7 @@ def check_reverse_depends(removals, suite, arches=None, session=None, cruft=Fals # Remove [arch] information since we want to see breakage on all arches build_dep = re_build_dep_arch.sub("", build_dep) try: - parsed_dep += apt_pkg.parse_depends(build_dep) + parsed_dep += apt_pkg.parse_src_depends(build_dep) except ValueError as e: print "Error for source %s: %s" % (source, e) for dep in parsed_dep: