Commit e0c77885 authored by Julien Malka's avatar Julien Malka Committed by zowoq
Browse files

buildbot: fix twisted version requirement & missing pkg_resources

parent 4d32327b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
, parameterized
, git
, openssh
, setuptools
, pythonRelaxDepsHook
, glibcLocales
, nixosTests
, callPackage
@@ -88,6 +90,7 @@ let
      autobahn
      pyjwt
      pyyaml
      setuptools
    ]
      # tls
      ++ twisted.optional-dependencies.tls;
@@ -108,8 +111,11 @@ let
      git
      openssh
      glibcLocales
      pythonRelaxDepsHook
    ];

    pythonRelaxDeps = [ "Twisted" ];

    patches = [
      # This patch disables the test that tries to read /etc/os-release which
      # is not accessible in sandboxed builds.