48510ee scripts/pythondistdeps: Fix for Python 3.10

2 files Authored by torsava 3 years ago, Committed by churchyard 3 years ago,
    scripts/pythondistdeps: Fix for Python 3.10
    
    self.name in PathDistribution is a property in Python 3.10+ and thus we
    can't redefine it as an instance variable. Instead we explicitly define
    it as a property, which works on all supported Python versions.
    
        
file modified
+4 -1
file modified
+9 -1