freebsd-ports/textproc/py-readchar/files/patch-setup.py
Mateusz Piotrowski 99096adb1c Add textproc/py-readchar
Library to easily read single chars and key strokes.  The idea is to have a
portable way to read single characters and key-strokes.

WWW: https://github.com/magmax/python-readchar
2020-11-18 17:50:25 +00:00

13 lines
224 B
Python

--- setup.py.orig 2020-11-18 17:14:13 UTC
+++ setup.py
@@ -75,7 +75,7 @@ setup(
],
install_requires=[
],
- setup_requires=[
- 'flake8',
- ],
+ #setup_requires=[
+ # 'flake8',
+ #],
)