On 31/01/20 19:22, Gianfranco Costamagna wrote:
> Source: python-netaddr
> Version: 0.7.19-2
> Severity: serious
> Tags: patch
> 
> Hello, please update the build dependency from python (scheduled for removal) 
> to python-all, to fix the future/ongoing transition.
> 
> --- python-netaddr-0.7.19/debian/control      2020-01-29 15:37:58.000000000 
> +0100
> +++ python-netaddr-0.7.19/debian/control      2020-01-31 19:19:53.000000000 
> +0100
> @@ -8,7 +8,7 @@
>                 ieee-data,
>                 localehelper,
>                 dh-python,
> -               python (>= 2.6.5),
> +               python-all (>= 2.6.5),
>                 python-pytest,
>                 python-setuptools (>= 0.6b3),
>                 python3-sphinx (>= 1.0.7+dfsg),
> 
> 

Hello, looks like I missed one reference to bin/python in my previous patch

--- python-netaddr-0.7.19/debian/rules  2020-01-29 15:37:58.000000000 +0100
+++ python-netaddr-0.7.19/debian/rules  2020-01-31 19:26:52.000000000 +0100
@@ -25,7 +25,7 @@
        rm debian/$(@:dh_link/%=%)/$(python_module_path)/netaddr/eui/oui.*
        ln -s /var/lib/ieee-data/oui.txt 
debian/$(@:dh_link/%=%)/$(python_module_path)/netaddr/eui/
        ln -s /var/lib/ieee-data/iab.txt 
debian/$(@:dh_link/%=%)/$(python_module_path)/netaddr/eui/
-       PYTHONPATH=$(CURDIR) python \
+       PYTHONPATH=$(CURDIR) python2 \
                
debian/$(@:dh_link/%=%)/$(python_module_path)/netaddr/eui/ieee.py
 
 # Tests

Reply via email to