File: Drop-setuptools-lint.patch

package info (click to toggle)
pynput 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: python: 6,309; makefile: 10; sh: 1
file content (23 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 7e6eb32c20ad40b123a2b0ebf200261946f74aa7 Mon Sep 17 00:00:00 2001
From: Benjamin Drung <bdrung@debian.org>
Date: Sun, 14 Nov 2021 23:38:12 +0100
Subject: Drop setuptools-lint

`setuptools-lint` is not packaged for Debian.

Forwarded: not-needed
Signed-off-by: Benjamin Drung <bdrung@debian.org>
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,6 @@
 
 #: Additional requirements used during setup
 SETUP_PACKAGES = [
-    'setuptools-lint >=0.5',
     'sphinx >=1.3.1',
     'twine >=4.0']