Merge pull request #324392 from LeSuisse/astropy-patch-polyfill-24.05

[24.05] python3Packages.astropy: apply patch removing the usage of polyfill.io
This commit is contained in:
Doron Behar 2024-07-04 01:15:36 +03:00 committed by GitHub
commit 2a68752b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{
lib,
fetchPypi,
fetchpatch,
buildPythonPackage,
pythonOlder,
@ -37,6 +38,14 @@ buildPythonPackage rec {
hash = "sha256-ial13jVtBgjnTx9JNEL7Osu7eoW3OeB0RguwNAAUs5w=";
};
patches = [
(fetchpatch {
name = "drop-usage-known-bad-actor-cdn.patch";
url = "https://github.com/astropy/astropy/commit/d329cb38e49584ad0ff5244fd2fff74cfa1f92f1.patch";
hash = "sha256-+DbDwYeyR+mMDLRB4jiyol/5WO0LwqSCCEwjgflxoTk=";
})
];
nativeBuildInputs = [
astropy-extension-helpers
cython