remind101 / stacker_blueprints

DEPRECATED - moved to:
https://github.com/cloudtools/stacker_blueprints
BSD 2-Clause "Simplified" License
39 stars 53 forks source link

Relax troposphere dependency #64

Closed ejholmes closed 7 years ago

ejholmes commented 7 years ago

To allow this to be used with the latest version of stacker, which currently depends on troposphere 1.9 (fixing in https://github.com/remind101/stacker/pull/276).

phobologic commented 7 years ago

Ahh, yeah, I only did the change in release-1.0: https://github.com/remind101/stacker_blueprints/commit/7d4975ed38218a6fe5ddf98a38db9c7b73893269#diff-2eeaed663bd0d25b7e608891384b7298

Do you think we should just do that here? stacker_blueprints already relies on a specific stacker, which relies on specific troposphere and awacs.

ejholmes commented 7 years ago

I'd be fine with that. I guess there could be an argument to having it here if a blueprint depends on a specific type in a release of troposphere, but that might be unlikely. I'll just remove everything and depend on stacker ~=0.8.1

phobologic commented 7 years ago

👍