Package: scons
Version: 3.0.1-1
Severity: important
Tags: patch

hi,

in debian/patches/0110-remove_stale_files.patch python3 compat
is being broken by

    if os.environ.has_key('DH_INTERNAL_OPTIONS'):

the python2/3 compatible way would be

    if 'DH_INTERNAL_OPTIONS' in os.environ:

Please fix this.

Thanks,

Bernd

-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F

Reply via email to