[opensuse-buildservice] Building python packages on OBS
Hi, I'm trying to build a package for tryton on the OBS buildservice using the web interface. I get a couple of expansion errors, e.g. for python-psycopg2 python-egenix-mx-base python-dot These packages are all available under http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_... for a normal openSUSE environment. How can I include them in the build environment? More, some additional packages are missing, that are grabbed by easy_install, but are not in the current repositories: relatorio (http://relatorio.openhex.org/) pywebdav (http://sourceforge.net/projects/pywebdav/) pytz (http://pytz.sourceforge.net/) openoffice.interact (http://pypi.python.org/pypi/openoffice.interact/) sphinx (http://sphinx.pocoo.org/) How can I get this software in? Yes, I read the documents, but..... Thanks Axel -- OS: openSUSE 11.1 (i586) Kernel: 2.6.27.19-20090309_908fc8df-default KDE: 3.5.10 "release 21.9" -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Monday 30 of March 2009 15:30:36 Axel Braun wrote:
Hi,
I'm trying to build a package for tryton on the OBS buildservice using the web interface. I get a couple of expansion errors, e.g. for
python-psycopg2 python-egenix-mx-base python-dot
These packages are all available under
http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE _11.1/
for a normal openSUSE environment. How can I include them in the build environment?
It's int the project configuration. Just type osc meta prj <project> -e and add: <repository name="openSUSE_11.1"> <path project="openSUSE:11.1" repository="standard"/> <path project="devel:languages:python" repository="openSUSE_11.1"/>
More, some additional packages are missing, that are grabbed by easy_install, but are not in the current repositories:
relatorio (http://relatorio.openhex.org/) pywebdav (http://sourceforge.net/projects/pywebdav/) pytz (http://pytz.sourceforge.net/)
some python-tz is in science project
openoffice.interact (http://pypi.python.org/pypi/openoffice.interact/) sphinx (http://sphinx.pocoo.org/) server:search
How can I get this software in? Yes, I read the documents, but.....
Those dependencies must be packaged first in your project (or linked from existing project). Best regards Michal Vyskocil
Thanks Axel -- OS: openSUSE 11.1 (i586) Kernel: 2.6.27.19-20090309_908fc8df-default KDE: 3.5.10 "release 21.9"
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi Michael, Am Mittwoch 01 April 2009 schrieb Michal Vyskocil:
for a normal openSUSE environment. How can I include them in the build environment?
It's int the project configuration. Just type osc meta prj <project> -e and add:
<repository name="openSUSE_11.1"> <path project="openSUSE:11.1" repository="standard"/> <path project="devel:languages:python" repository="openSUSE_11.1"/>
As I'm using the webfrontend....do I out this into the .spec file? Axel -- OS: openSUSE 11.1 (i586) Kernel: 2.6.27.19-20090309_908fc8df-default KDE: 3.5.10 "release 21.9" -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Mittwoch 01 April 2009 schrieb Axel Braun:
As I'm using the webfrontend....do I out this into the .spec file?
Forget it, just found the answer myself. One more question. where can I change the editor that osc intends to throw up: axel@z60m:~> osc meta prj tryton -e Your user account / password are not configured yet. You will be asked for them below, and they will be stored in /home/axel/.oscrc for future use. Creating osc configuration file /home/axel/.oscrc ... Username: docb Password: done /bin/sh: vim: command not found File unchanged. Not saving. -- OS: openSUSE 11.1 (i586) Kernel: 2.6.27.19-20090309_908fc8df-default KDE: 3.5.10 "release 21.9" -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Le mercredi 01 avril 2009, à 17:29 +0200, Axel Braun a écrit :
Am Mittwoch 01 April 2009 schrieb Axel Braun:
As I'm using the webfrontend....do I out this into the .spec file?
Forget it, just found the answer myself. One more question. where can I change the editor that osc intends to throw up:
Just set the EDITOR environment variable, I think. Vincent -- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Axel Braun
-
Michal Vyskocil
-
Vincent Untz