fipsified pystring (https://github.com/imageworks/pystring)
fips build system: https://github.com/floooh/fips
Add the dependency to your fips.yml file:
imports:
fips-pystring:
git: https://github.com/deadwanderer/fips-pystring
Use pystring as dependency in your targets:
fips_begin_*(...)
...
fips_deps(pystring)
fips_end_*(...)