pythonPackages.sphinxcontrib-spelling: missing dependency pbr
This commit is contained in:
parent
a09601fcb4
commit
f6a01b9304
1 changed files with 1 additions and 1 deletions
|
@ -23033,7 +23033,7 @@ in modules // {
|
|||
url = "mirror://pypi/s/${pname}/${name}.tar.gz";
|
||||
sha256 = "1f0fymrk4kvhqs0vj9gay4lhacxkfrlrpj4gvg0p4wjdczplxd3z";
|
||||
};
|
||||
propagatedBuildInputs = with self; [ sphinx pyenchant];
|
||||
propagatedBuildInputs = with self; [ sphinx pyenchant pbr ];
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue