python3Packages.check-manifest: mark broken
needs pep517 package, which isn't available in nixpkgs
This commit is contained in:
parent
536b1c02f8
commit
3e9fcf33c6
@ -18,5 +18,6 @@ buildPythonPackage rec {
|
|||||||
description = "Check MANIFEST.in in a Python source package for completeness";
|
description = "Check MANIFEST.in in a Python source package for completeness";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ lewo ];
|
maintainers = with maintainers; [ lewo ];
|
||||||
|
broken = true; # pep517 package doesn't exist in nixpkgs
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user