forked from pool/matrix-synapse
Accepting request 1066822 from home:darix:apps
- lock matrix-synapse until frozendict can enable python 3.11 support OBS-URL: https://build.opensuse.org/request/show/1066822 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=267
This commit is contained in:
parent
bae58e561a
commit
11b9c8389e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 12:45:02 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- lock matrix-synapse until frozendict can enable python 3.11
|
||||
support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 15:18:22 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -122,7 +122,8 @@
|
||||
%endif
|
||||
|
||||
%define requires_peq() %(echo '%*' | LC_ALL=C xargs -r rpm -q --whatprovides --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
||||
%define pythons python3
|
||||
# only switch this back to python3 when frozendict supports the current default python version
|
||||
%define pythons python310
|
||||
|
||||
# These come from matrix-synapse's CONDITIONAL_REQUIREMENTS.
|
||||
# missing deps
|
||||
|
Loading…
Reference in New Issue
Block a user