git-buildpackage: fix dependencies

This commit is contained in:
Guilhem Saurel
2025-09-01 09:02:24 +02:00
parent f08b7c2e0b
commit 9d4fa5b381
+2 -2
View File
@@ -40,6 +40,8 @@ python3Packages.buildPythonApplication rec {
dependencies = with python3Packages; [
python-dateutil
pyyaml
rpm
];
pythonImportsCheck = [
@@ -57,8 +59,6 @@ python3Packages.buildPythonApplication rec {
coverage
pytest-cov
pytestCheckHook
pyyaml
rpm
]);
disabledTests = [