bdraco / aiodiscover

Discover Hosts via ARP and PTR lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pr2modules deprecation

scop opened this issue · comments

Running current Home Assistant dev with deprecation warnings enabled yields a few of these warnings:

.../lib/python3.10/site-packages/pr2modules/__init__.py:12: DeprecationWarning: pr2modules namespace is deprecated, use pyroute2 instead

Looks like aiodiscover is one of libs using pr2modules. See https://github.com/svinota/pyroute2/blob/c8aac9a721710bbb7cf6b9b8443d5f3c5132d1e2/pr2modules/__init__.py

HA dev installs pyroute2 0.7.3 at the moment.

Thanks