Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

How to add runtime dependencies to a package that requires

$
0
0
Let me tell you the issues which I am facing.

I want to create a debian package for python-pbr. When I try to build, it is showing "unersolvable" status with lots of dependencies missing like

nothing provides openstack-pkg-tools, nothing provides python-fixtures >= 0.3.14, nothing provides python-mock >= 1.0, nothing provides python-colorama needed by python-pip, nothing provides python-distlib needed by python-pip, nothing provides python-html5lib needed by python-pip, nothing provides python-requests needed by python-pip, nothing provides python-six needed by python-pip, nothing provides python-six >= 1.5.2, nothing provides python-subunit >= 0.0.18, nothing provides python-testrepository >= 0.0.18, nothing provides python-testresources >= 0.2.4, nothing provides python-testscenarios >= 0.4, nothing provides python-testtools >= 0.9.34, nothing provides python3-fixtures >= 0.3.14, nothing provides python3-mock >= 1.0, nothing provides python3-colorama needed by python3-pip, nothing provides python3-distlib needed by python3-pip, nothing provides python3-html5lib needed by python3-pip, nothing provides python3-requests needed by python3-pip, nothing provides python3-six needed by python3-pip, nothing provides python3-six >= 1.5.2, nothing provides python3-sphinx, nothing provides python3-subunit >= 0.0.18, nothing provides python3-testrepository >= 0.0.18, nothing provides python3-testresources >= 0.2.4, nothing provides python3-testscenarios >= 0.4, nothing provides python3-testtools >= 0.9.34, nothing provides subunit >= 0.0.18, nothing provides testrepository >= 0.0.18

How to include these dependencies,

I am trying to add each individual dependency as a package to the project. It will be a time taking process.

1) Is there any way of adding existing repository like public ubuntu apt repository to buildservice so that dependencies can be rolled out.
2) I think there is less help for debian support, like publicly created and exposed packages using .dsc files. But if there are existing packages which resolves my dependencies then how to add it to my project so that buildservice can use that dependency.


Thanks in Advance

Viewing all articles
Browse latest Browse all 40713

Trending Articles