pythonPackages.astroquery: fix build

The patch from upstream repository has been included in the latest
release (0.3.10), so we don't need it anymore.
This commit is contained in:
Sébastien Maret
2019-11-28 13:02:52 +01:00
parent d7b18bcb37
commit eb16eb51f2
2 changed files with 0 additions and 58 deletions

View File

@@ -20,10 +20,6 @@ buildPythonPackage rec {
sha256 = "1ce57a8792c7d5d74206d797d379de6da35d56be433ea5840c41a49f202e2fab";
};
# Fix tests using conftest.py from HEAD in the upstream GitHub
# repository.
patches = [ ./conftest-astropy-3-fix.patch ];
propagatedBuildInputs = [ astropy requests keyring beautifulsoup4 html5lib ];
nativeBuildInputs = [ astropy-helpers ];