diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-16 20:55:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-16 20:55:21 +0000 |
| commit | e4b39a3f45891a8010f95d866f865993430283de (patch) | |
| tree | 976213102a87176ef4b9053861fc2a042bbcce33 /dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild | |
| parent | 0fa4148af439d1471b7ba8cbeaa2719752bfdea5 (diff) | |
| download | baldeagleos-repo-e4b39a3f45891a8010f95d866f865993430283de.tar.gz baldeagleos-repo-e4b39a3f45891a8010f95d866f865993430283de.tar.xz baldeagleos-repo-e4b39a3f45891a8010f95d866f865993430283de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild')
| -rw-r--r-- | dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild b/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild index d979cfc8c121..b5b89323be99 100644 --- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild +++ b/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,6 +28,10 @@ RDEPEND=" distutils_enable_tests pytest src_prepare() { + local PATCHES=( + "${FILESDIR}/${P}-test.patch" + ) + sed -e '/--cov/d' -i pyproject.toml || die distutils-r1_src_prepare } |
