[Scummvm-git-logs] scummvm-sites director-buildbot -> db9ba02cc122a6d0520790912f05d13e9d2ff03c
rvanlaar
noreply at scummvm.org
Thu Jan 5 20:17:30 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
db9ba02cc1 Remove installation of psycopg2cffi
Commit: db9ba02cc122a6d0520790912f05d13e9d2ff03c
https://github.com/scummvm/scummvm-sites/commit/db9ba02cc122a6d0520790912f05d13e9d2ff03c
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2023-01-05T21:16:46+01:00
Commit Message:
Remove installation of psycopg2cffi
psycopg2cffi is a pypy dependency and it not needed on
regular CPython.
Changed paths:
buildbot.tac
diff --git a/buildbot.tac b/buildbot.tac
index 346f98f..4385881 100644
--- a/buildbot.tac
+++ b/buildbot.tac
@@ -1,8 +1,5 @@
import os, sys
-from psycopg2cffi import compat
-compat.register()
-
from twisted.application import service
from director.vendor.buildmaster import BuildMaster
#from buildbot.master import BuildMaster
More information about the Scummvm-git-logs
mailing list