summaryrefslogtreecommitdiff
path: root/pkg/utils.py
AgeCommit message (Collapse)Author
2015-07-22[pkg] separate leap requirementsKali Kaneko
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288
2013-06-03Add comment filter for the requirements parserIvan Alejandro
- filter comments for the result - add licence - remove unused comment
2013-03-15add external leap.common to requirementskali
and modify parse_requirements to skip it for now.
2013-03-11Add PySide as a dependency and a way to skip it through an env varTomás Touceda
2013-03-07Add setup script and linux distribution filesTomás Touceda
2013-03-06Remove everything to start from scratchTomás Touceda
2012-09-06pkg.utils.parse_requirements used in setupkali
renamed setup-->pkg because name collision