Unverified Commit 65d2f3c7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

fdroidserver: provide setuptools for build step

parent 707acdb9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -48,7 +48,10 @@ python3Packages.buildPythonApplication {

  nativeBuildInputs = [ installShellFiles ];

  build-system = with python3Packages; [ babel ];
  build-system = with python3Packages; [
    setuptools
    babel
  ];

  dependencies = with python3Packages; [
    androguard