forked from mirrors/nixpkgs
python.pkgs.pyspf: add pydns to dependencies
This commit is contained in:
parent
3a04b2c318
commit
4907e58a02
|
@ -8460,6 +8460,8 @@ in {
|
|||
sha256 = "18j1rmbmhih7q6y12grcj169q7sx1986qn4gmpla9y5gwfh1p8la";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pydns ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://bmsi.com/python/milter.html";
|
||||
description = "Python API for Sendmail Milters (SPF)";
|
||||
|
|
Loading…
Reference in a new issue