Loading pkgs/development/python-modules/aiocron/default.nix +8 −8 Original line number Diff line number Diff line Loading @@ -4,10 +4,12 @@ fetchPypi, setuptools, python, croniter, cronsim, python-dateutil, tzlocal, pytestCheckHook, pytest-cov-stub, pytest-xdist, }: buildPythonPackage rec { Loading @@ -20,23 +22,21 @@ buildPythonPackage rec { hash = "sha256-G7ZaNq7hN+iDNZJ4OVbgx9xHi8PpJz/ChB1dDGBF5NI="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ croniter dependencies = [ cronsim python-dateutil tzlocal ]; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub pytest-xdist tzlocal ]; postPatch = '' sed -i "/--ignore/d" setup.cfg ''; postInstall = '' rm -rf $out/${python.sitePackages}/tests ''; Loading Loading
pkgs/development/python-modules/aiocron/default.nix +8 −8 Original line number Diff line number Diff line Loading @@ -4,10 +4,12 @@ fetchPypi, setuptools, python, croniter, cronsim, python-dateutil, tzlocal, pytestCheckHook, pytest-cov-stub, pytest-xdist, }: buildPythonPackage rec { Loading @@ -20,23 +22,21 @@ buildPythonPackage rec { hash = "sha256-G7ZaNq7hN+iDNZJ4OVbgx9xHi8PpJz/ChB1dDGBF5NI="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ croniter dependencies = [ cronsim python-dateutil tzlocal ]; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub pytest-xdist tzlocal ]; postPatch = '' sed -i "/--ignore/d" setup.cfg ''; postInstall = '' rm -rf $out/${python.sitePackages}/tests ''; Loading