[Debian-med-packaging] Bug#1060207: ncbi-acc-download: please remove extraneous dependency on python3-mock
Alexandre Detiste
alexandre.detiste at gmail.com
Sun Jan 7 15:11:01 GMT 2024
Source: ncbi-acc-download
Severity: minor
Tags: patch
Hi,
For some reason Salsa doesn't let me push to this one reposotiry.
Please apply the patch in attachment.
Greetings
tchet at brix /tmp/ncbi-acc-download $ git push
Énumération des objets: 11, fait.
Décompte des objets: 100% (11/11), fait.
Compression par delta en utilisant jusqu'à 2 fils d'exécution
Compression des objets: 100% (6/6), fait.
Écriture des objets: 100% (6/6), 541 octets | 270.00 Kio/s, fait.
Total 6 (delta 4), réutilisés 0 (delta 0), réutilisés du pack 0
remote: GitLab: You are not allowed to push code to protected branches on this project.
To salsa.debian.org:med-team/ncbi-acc-download.git
! [remote rejected] master -> master (pre-receive hook declined)
erreur : impossible de pousser des références vers 'salsa.debian.org:med-team/ncbi-acc-download.git'
tchet at brix /tmp/ncbi-acc-download $
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.5.0-5-amd64 (SMP w/2 CPU threads; PREEMPT)
Kernel taint flags: TAINT_USER
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
>From a9e98b0af541b52a4a938a84c750c372304f0819 Mon Sep 17 00:00:00 2001
From: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Sun, 7 Jan 2024 16:07:18 +0100
Subject: [PATCH] remove extraneous dependency on python3-mock
---
debian/control | 1 -
debian/tests/control | 1 -
2 files changed, 2 deletions(-)
diff --git a/debian/control b/debian/control
index fd76cd1..ead4ce7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: debhelper-compat (= 13),
python3-all,
python3-biopython (>= 1.79),
python3-coverage,
- python3-mock,
python3-pytest,
python3-pytest-cov,
python3-pytest-mock,
diff --git a/debian/tests/control b/debian/tests/control
index 2602436..6826be6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,7 +1,6 @@
Tests: run-param-test
Depends: @,
python3-biopython,
- python3-mock,
python3-pytest,
python3-pytest-cov,
python3-pytest-mock,
--
2.43.0
More information about the Debian-med-packaging
mailing list