mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

Distribution package making #23

Open Yamakaky opened 10 years ago

Yamakaky commented 10 years ago

Hi

Is it possible not to install python dependencies with make build ? It would be possible to use distribution packages instead.

rfk commented 10 years ago

This should be possible, make build doesn't do anything particularly complex, it just creates a virtualenv and installs dependencies into it. If all the dependencies are installed in the system python, running it via the system python should work fine.

hex-m commented 6 years ago

There is an RFP for Debian.