Merge pull request #201398 from SuperSandro2000/sgp4

This commit is contained in:
Sandro
2022-11-24 11:40:37 +01:00
committed by GitHub
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, tox, numpy }:
{ lib, buildPythonPackage, fetchPypi, numpy }:
buildPythonPackage rec {
pname = "sgp4";
@@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "sha256-YXm4dQRId+lBYzwgr3ci/SMaiNiomvAb8wvWTzPN7O8=";
};
checkInputs = [ tox numpy ];
checkInputs = [ numpy ];
pythonImportsCheck = [ "sgp4" ];