Re: Trouble with PyDist files and versioned dependencies

2015-07-14 Thread Christopher Baines
On 14/07/15 12:38, Piotr Ożarowski wrote: > [Christopher Baines, 2015-07-14] >> I have a python package that I want to depend on python-lxml (>= 3.3.1). >> >> So, I have put a .pydist file in debian/ containing. >> lxml python-lxml (>= 3.3.1) > > .pydist file is used when other packages build depe

Re: Trouble with PyDist files and versioned dependencies

2015-07-14 Thread Piotr Ożarowski
[Christopher Baines, 2015-07-14] > I have a python package that I want to depend on python-lxml (>= 3.3.1). > > So, I have put a .pydist file in debian/ containing. > lxml python-lxml (>= 3.3.1) .pydist file is used when other packages build depend on your package. (i.e. if you want to control wh

Trouble with PyDist files and versioned dependencies

2015-07-14 Thread Christopher Baines
I have a python package that I want to depend on python-lxml (>= 3.3.1). So, I have put a .pydist file in debian/ containing. lxml python-lxml (>= 3.3.1) This gets installed in the package, but the package still has a unversioned dependency on python-lxml. Looking at the source code in /usr/shar

Re: PyDist files

2010-07-28 Thread Sandro Tosi
Hi, On Wed, Jul 28, 2010 at 09:58, Piotr Ożarowski wrote: > [Sandro Tosi, 2010-07-28] >> JFY(and others')I, with numpy -4 upload of today, we start shipping >> dh_numpy and pydist file: so if you use dh_python2, you can leverage >> the pydist file and call "dh_python2 --depends numpy" (or even >

PyDist files

2010-07-28 Thread Piotr Ożarowski
[Sandro Tosi, 2010-07-28] > JFY(and others')I, with numpy -4 upload of today, we start shipping > dh_numpy and pydist file: so if you use dh_python2, you can leverage > the pydist file and call "dh_python2 --depends numpy" (or even it's `dh_python2 --depend numpy` ^^ Should