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 depend on your

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

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 what