Merge pull request #201398 from SuperSandro2000/sgp4
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user