autopkg / timsutton-recipes

AutoPkg recipes
16 stars 37 forks source link

BarebonesURLProvider.py needs updating for AutoPkg 2.0 #72

Closed jazzace closed 4 years ago

jazzace commented 4 years ago

AutoPkg 2.0 uses Python 3. As best as I can read the error messages, Python 3 does not support urllib2, which the BarebonesURLProvider custom processor requires.

nmcspadden commented 4 years ago

There is no BareBonesURLProvider in this repo, unless I'm completely blind. The only one I know of is in autopkg-recipes, which I updated: https://github.com/autopkg/recipes/blob/master/Barebones/BarebonesURLProvider.py

jazzace commented 4 years ago

You're right, of course. I transposed some information between failed recipes.