python310Packages.unrpa: specify passthru.optional-dependencies

This commit is contained in:
Robert Schütz 2023-03-05 09:14:33 -08:00
parent 8103bd3c57
commit 4820c04356

View file

@ -6,15 +6,22 @@ buildPythonPackage rec {
disabled = isPy27;
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "0yl4qdwp3in170ks98qnldqz3r2iyzil5g1775ccg98qkh95s724";
};
propagatedBuildInputs = [ uncompyle6 ];
passthru.optional-dependencies = {
ZiX = [ uncompyle6 ];
};
pythonImportsCheck = [ "unrpa" ];
# upstream has no unit tests
doCheck = false;
meta = with lib; {
homepage = "https://github.com/Lattyware/unrpa";
description = "A program to extract files from the RPA archive format";