Commit 4820c043 authored by Robert Schütz's avatar Robert Schütz
Browse files

python310Packages.unrpa: specify passthru.optional-dependencies

parent 8103bd3c
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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";