add dnspython

This commit is contained in:
Ruben Fiszel
2023-10-03 01:08:37 +02:00
parent 9ed748a0da
commit 4109bd76d0
@@ -38,6 +38,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"gitlab" => "python-gitlab",
"smbclient" => "smbprotocol",
"playhouse" => "peewee",
"dns" => "dnspython"
};
fn replace_import(x: String) -> String {