math/collections/time/datetime are in the stdlib, so you don't need to
do anything about them, they are already shipped.
Now, for swisseph, pytz and difflab, you need to look at the way they
need to be installed, if all of their code is python code, their
procedures doesn't require starting a compilator, you should be safe in
just adding them (provided they don't have themselves any dependency
that's not there already, or you need to do the same with the
dependencies).
swisseph (
https://pypi.python.org/pypi/pyswisseph) lists C in its
programming language used, so i guess it needs compilation, it's not
pure-python.
pytz (
https://pypi.python.org/pypi/pytz/), on the other hand, only lists
python, and declare itself os-independant, so i guess it only uses
things already in python.
I wasn't able to find a "difflab" module in my quick search, but if you
are talking about difflib, it's in python standardlib already.
I guess your main issue will be swisseph, that you need to look at how
to build and do a recipes that do that.
good luck.
> > an email to
kivy-users+...@googlegroups.com <javascript:>.