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
[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
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
3 matches
Mail list logo