python3Packages.rpy2: fix build

This commit is contained in:
Martin Weinelt
2026-07-02 23:07:35 +02:00
parent 3d7bc0a86f
commit d451baced8
@@ -1,12 +1,11 @@
{
stdenv,
lib,
buildPythonPackage,
fetchPypi,
isPyPy,
rpy2-rinterface,
rpy2-robjects,
pytestCheckHook,
setuptools,
}:
buildPythonPackage rec {
@@ -20,7 +19,9 @@ buildPythonPackage rec {
hash = "sha256-8ftGSc59FOk1EzCI3sl82ifrN858xxA4X4HcpVb+jJ8=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
rpy2-rinterface
rpy2-robjects
];