python3.pkgs.pythran: remove unneeded deps

This commit is contained in:
Doron Behar
2023-08-01 16:52:53 +03:00
parent cc63e791bf
commit 5a9fe4403f
@@ -4,10 +4,7 @@
, fetchFromGitHub
, openmp
, ply
, networkx
, decorator
, gast
, six
, numpy
, beniget
, xsimd
@@ -45,10 +42,7 @@ in buildPythonPackage rec {
propagatedBuildInputs = [
ply
networkx
decorator
gast
six
numpy
beniget
];