getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

main: Use ConfigParser instead of ConfigObj to parse packager config #38

Closed joebonrichie closed 1 year ago

joebonrichie commented 1 year ago

ConfigParser is part of the stdlib. Since ypkg is still python2, that means we can drop python2 support for configobj and six.