[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_python3 inocrrect dependancy



On 07/03/2014 01:35 PM, Brian May wrote:
> When trying to package python3-pipeline (see
> http://bugs.debian.org/753556), I encountered a problem with the python3
> dependencies:
> 
> dh_python3 -O--buildsystem=pybuild
> I: dh_python3 pydist:181: Cannot find installed package that provides
> futures. Using python3-futures as package name. Please add "futures
> correct_package_name" line to debian/py3dist-overrides to override it IF
> this is incorrect.
> 
> That is incorrect, I think it is looking for python-concurrent.futures,
> which I believe is now included in Python 3. So ideally, the dependency
> should be dropped, it isn't needed.
> 
> What is the correct solution here? Maybe something like:
> 
> echo "futures python3" >> debian/py3dist-overrides
> 
> Thought I should check here before going ahead and doing the wrong thing :-)

IMO, just:

echo "futures" >> debian/py3dist-overrides

will do... :)

Thomas


Reply to: