diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-09 17:46:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-09 17:46:56 +0000 |
| commit | 7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95 (patch) | |
| tree | 7c49bd50bc05f0f04f0c0084723577a56c11371c /dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild | |
| parent | cfc2626644c97a3525658bf1b560378f1ba03466 (diff) | |
| download | baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.tar.gz baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.tar.xz baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild')
| -rw-r--r-- | dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild index 2a0a0b118c65..1c4990a5a499 100644 --- a/dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-4.6.0.ebuild @@ -50,6 +50,10 @@ PATCHES=( # https://bugs.launchpad.net/python-glanceclient/+bug/2069684 # https://bugs.launchpad.net/python-glanceclient/+bug/2069682 "${FILESDIR}/${P}-test.patch" + + # py3.13 added close() to mock_open calls + # https://review.opendev.org/c/openstack/python-glanceclient/+/923628 + "${FILESDIR}/${P}-test-py3.13.patch" ) python_test() { |
