Merge pull request #201253 from azahi/mautrix-telegram

This commit is contained in:
Sandro 2022-11-15 22:56:56 +01:00 committed by GitHub
commit ca82741b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,11 @@ in python.pkgs.buildPythonPackage rec {
patches = [ ./0001-Re-add-entrypoint.patch ];
postPatch = ''
substituteInPlace requirements.txt \
--replace "asyncpg>=0.20,<0.27" "asyncpg>=0.20"
'';
propagatedBuildInputs = with python.pkgs; ([
ruamel-yaml
python-magic