borgbackup: cython is only required at build-time

This commit is contained in:
Robert Schütz 2022-05-31 02:07:54 +00:00
parent 43337d4f93
commit 9b46fd9ba0

View file

@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
'';
nativeBuildInputs = with python3.pkgs; [
cython
setuptools-scm
# For building documentation:
sphinx
@ -43,7 +44,6 @@ python3.pkgs.buildPythonApplication rec {
];
propagatedBuildInputs = with python3.pkgs; [
cython
msgpack
packaging
(if stdenv.isLinux then pyfuse3 else llfuse)