15
0

- add 742.patch, gh#pexpect/pexpect#742 This makes it compatible with

python3.12 gh#pexpect/pexpect#736#issuecomment-1427273882

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=78
This commit is contained in:
2023-10-17 08:11:46 +00:00
committed by Git OBS Bridge
parent 79b14d3e7b
commit 2b8e50c0b3
3 changed files with 21 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ Patch3: fix-fail-no-alias.patch
# Python 3.12 tests
Patch4: https://github.com/pexpect/pexpect/commit/dae602d37493bae239e0e8db5b3dabafebfd59db.patch
Patch5: https://github.com/pexpect/pexpect/commit/31fab7b0edbe9b3401507b5dfa4db6aaf3fabca5.patch
# PATCH-FIX-UPSTREAM 742.patch gh#pexpect/pexpect#742
Patch6: 742.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module ptyprocess}
BuildRequires: %{python_module pytest}