git-buildpackage: fix dependencies

+2 -2
+2 -2
pkgs/by-name/gi/git-buildpackage/package.nix
··· 40 41 dependencies = with python3Packages; [ 42 python-dateutil 43 ]; 44 45 pythonImportsCheck = [ ··· 57 coverage 58 pytest-cov 59 pytestCheckHook 60 - pyyaml 61 - rpm 62 ]); 63 64 disabledTests = [
··· 40 41 dependencies = with python3Packages; [ 42 python-dateutil 43 + pyyaml 44 + rpm 45 ]; 46 47 pythonImportsCheck = [ ··· 59 coverage 60 pytest-cov 61 pytestCheckHook 62 ]); 63 64 disabledTests = [