nasa / fprime-tools

F´ Python tooling and helpers.
https://github.com/nasa/fprime
Apache License 2.0
21 stars 39 forks source link

Update Cheetah3 dependency #223

Open thomas-bc opened 3 weeks ago

thomas-bc commented 3 weeks ago
Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

Removes Cheetah3 dependency and adds in the new package name CT3. Same package, different pypi target.

pip install fprime-tools installs Cheetah3 even if CT3 is already installed, because pip doesn't recognize them to be the same packages

$ pip freeze | grep C                                                                                                                                                                                                                            
Cheetah3==3.2.6.post1
CT3==3.3.3.post1