[Andreas Tille, 2018-08-04]
> for the new version of python-pyvcf[1] I get
> 
> W: python3-pyvcf: python-module-in-wrong-location 
> usr/lib/python3.7/dist-packages/vcf/ usr/lib/python3/dist-packages/vcf/
> W: python3-pyvcf: python-module-in-wrong-location 
> usr/lib/python3.7/dist-packages/vcf/parser.py 
> usr/lib/python3/dist-packages/vcf/parser.py

my guess is 3.7's parser.py differs from the 3.6's one, invoke
dh_python3 with --verbose option - it will print the diff if any

> I'm curious what to do to fix this.

investigate if files can be merged (date stamp? hardcoded Python version?)
or leave it as it is. If there's no other file or there are other files
but there's no __init__.py file - interpreter will find it
-- 
GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Reply via email to