10 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "f210646127d24be73cfc6d807e2cda1c6b2ab39b7a293008e8b46367af6f2204";
20 propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
28 # required openjdk (easy) but then there were some class path issues
29 # when running the tests
33 homepage = "https://github.com/originell/jpype/";
34 license = licenses.asl20;
35 description = "A Python to Java bridge";