Merge pull request #195673 from smaret/fix-astroquery

python3Packages.astroquery: fix build
This commit is contained in:
Christian Kögler 2022-10-12 18:13:44 +02:00 committed by GitHub
commit 6ed1a78bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
, pytestCheckHook
, pyvo
, astropy-helpers
, setuptools
, isPy3k
}:
@ -37,7 +38,7 @@ buildPythonPackage rec {
pyvo
];
nativeBuildInputs = [ astropy-helpers ];
nativeBuildInputs = [ astropy-helpers setuptools ];
# Disable automatic update of the astropy-helper module
postPatch = ''