12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-aaRinJMGR8v/OVkeSp1hA4+QLOrmDWq50wvA6b/suvk=";
22 propagatedBuildInputs = [
35 # Tests not fixed yet. Check https://github.com/pydy/pydy/issues/465
37 "test_generate_code_blocks"
39 "test_OctaveMatrixGenerator"
43 description = "Python tool kit for multi-body dynamics";
44 homepage = "http://pydy.org";
45 license = licenses.bsd3;