diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-12 12:59:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-12 12:59:55 +0000 |
| commit | eb32a3b217c00b5bed6d50d6fcfe85b2e68aaa95 (patch) | |
| tree | 1013095287de4ae71b2ebe9e8a1fb2a0b0437fcf /dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild | |
| parent | 87689846880db036c154d6e5ecefd9674c264e12 (diff) | |
| download | baldeagleos-repo-eb32a3b217c00b5bed6d50d6fcfe85b2e68aaa95.tar.gz baldeagleos-repo-eb32a3b217c00b5bed6d50d6fcfe85b2e68aaa95.tar.xz baldeagleos-repo-eb32a3b217c00b5bed6d50d6fcfe85b2e68aaa95.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild')
| -rw-r--r-- | dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild index 3c5bfe98ec22..64eae07ac438 100644 --- a/dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild @@ -39,6 +39,11 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}/${P}-fix-py3.11-argparse.patch" + "${FILESDIR}/${P}-fix-py3.11-crashes.patch" +) + distutils_enable_tests unittest python_test() { |
