diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-28 09:49:49 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-28 09:49:49 +0000 |
| commit | 943fdd0100f2d0ca460f6bb9799e119fbd77a2aa (patch) | |
| tree | 5d4a27f122d2ea95a479fc05b7669ed89faa761c /dev-python/dnspython/dnspython-2.5.0.ebuild | |
| parent | 3fba14f8e2c311e84e090f28f0bbf40b23ce16b2 (diff) | |
| download | baldeagleos-repo-943fdd0100f2d0ca460f6bb9799e119fbd77a2aa.tar.gz baldeagleos-repo-943fdd0100f2d0ca460f6bb9799e119fbd77a2aa.tar.xz baldeagleos-repo-943fdd0100f2d0ca460f6bb9799e119fbd77a2aa.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dnspython/dnspython-2.5.0.ebuild')
| -rw-r--r-- | dev-python/dnspython/dnspython-2.5.0.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/dnspython/dnspython-2.5.0.ebuild b/dev-python/dnspython/dnspython-2.5.0.ebuild index 05191e93a134..e783972f92cc 100644 --- a/dev-python/dnspython/dnspython-2.5.0.ebuild +++ b/dev-python/dnspython/dnspython-2.5.0.ebuild @@ -38,6 +38,12 @@ BDEPEND=" distutils_enable_tests pytest +PATCHES=( + # https://github.com/rthalley/dnspython/issues/1035 + # https://github.com/rthalley/dnspython/commit/1b22985f2d67b6dd43259e3c6b853498f1cff712 + "${FILESDIR}/${P}-musl-test.patch" +) + python_install_all() { distutils-r1_python_install_all if use examples; then |
