[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1067665: cvise 2.10.0-1 still build-depends on python-pytest-flake8 (broken with recent flake8)



Package: cvise
Version: 2.10.0-1
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch

Dear Maintainer,

In version 2.10.0, upstream dropped the dependency on pytest-flake8
because it is no longer maintained [1] and broken with modern flake8.

However, in 2.10.0-1 in Debian, the build dependency on
python3-pytest-flake8 is still present, albeit unused during the build
process.

This is preventing removal of python-pytest-flake8. 

In Ubuntu, the attached patch was applied to achieve the following:

  * Drop dependency on python-pytest-flake8 (broken with modern flake8) which
    was already dropped upstream in cvise 2.10 and is now unused (LP: #2058917)


Thanks for considering the patch.


-- System Information:
Debian Release: trixie/sid
  APT prefers noble
  APT policy: (500, 'noble')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.8.0-11-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru cvise-2.10.0/debian/control cvise-2.10.0/debian/control
--- cvise-2.10.0/debian/control	2024-03-12 16:49:12.000000000 +0100
+++ cvise-2.10.0/debian/control	2024-03-25 10:45:07.000000000 +0100
@@ -13,7 +13,6 @@
   python3-pebble,
   python3-psutil,
   python3-pytest <!nocheck>,
-  python3-pytest-flake8 <!nocheck>,
   llvm-18-dev, libclang-18-dev, clang-18, clang-format-18,
 #  clang-tools-18, clang-tidy-18, clangd-18,
   unifdef,

Reply to: