Re: [oi-dev] What to do with python module dependancies?

2021-07-19 Thread Aurélien Larcher
na > > -- Původní e-mail -- > Od: Gary Mills > Komu: oi-dev@openindiana.org > Datum: 18. 7. 2021 16:02:07 > Předmět: [oi-dev] What to do with python module dependancies? > > I'm working on a python package that imports many other python > modules. So far

Re: [oi-dev] What to do with python module dependancies?

2021-07-18 Thread Till Wegmueller
Hey Gary There is two ways for a IPS package to have dependencies. One manual in the .p5m file in the folder. Simply define a dependency action to the FMRI and set the conditional level. Two automatically. The .p5m file in the folder is taken as input to the Packaging process, so everything

Re: [oi-dev] What to do with python module dependancies?

2021-07-18 Thread Gary Mills
On Sun, Jul 18, 2021 at 03:08:38PM +0100, Peter Tribble wrote: > >I've also noticed the setup.py builds quite happily whether >dependencies >are present or not. >All I do is look at the requires.txt file. Usually present in the >.egg-info >directory, which may be present

Re: [oi-dev] What to do with python module dependancies?

2021-07-18 Thread Nona Hansel
-dev@openindiana.org Datum: 18. 7. 2021 16:02:07 Předmět: [oi-dev] What to do with python module dependancies? "I'm working on a python package that imports many other python modules. So far I've discovered two python modules that don't have corresponding packages in OI. There should be dependa

Re: [oi-dev] What to do with python module dependancies?

2021-07-18 Thread Peter Tribble
On Sun, Jul 18, 2021 at 2:59 PM Gary Mills wrote: > I'm working on a python package that imports many other python > modules. So far I've discovered two python modules that don't have > corresponding packages in OI. There should be dependancies on these > two packages, but the automatic

[oi-dev] What to do with python module dependancies?

2021-07-18 Thread Gary Mills
I'm working on a python package that imports many other python modules. So far I've discovered two python modules that don't have corresponding packages in OI. There should be dependancies on these two packages, but the automatic mechanism seems not to add them. How can I add them myself? Do I