X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=patches%2Fterminal_velocity_fix_build.patch;h=b08e0c43fd05dedc089c173aa30e62e6b743b8b7;hb=8c4f6e37479002818bcfe7381cd4e4b47fd2d1fb;hpb=c79bb68270abd6e5a59e36bf09d64b2eb0d23fb8;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/patches/terminal_velocity_fix_build.patch b/patches/terminal_velocity_fix_build.patch deleted file mode 100644 index b08e0c4..0000000 --- a/patches/terminal_velocity_fix_build.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit a64bf3d58f6ba7f5fa72fe5b89a3973cac0c1a99 -Author: Ismaël Bouya -Date: Sat Mar 9 20:13:52 2019 +0100 - - Remove mister_bump dependency - -diff --git a/setup.py b/setup.py -index 84a99e9..a783dff 100644 ---- a/setup.py -+++ b/setup.py -@@ -1,7 +1,9 @@ - from setuptools import setup - from m2r import parse_from_file - import restructuredtext_lint --from mister_bump import bump -+ -+def bump(): -+ return "0.2.0" - - # Parser README.md into reStructuredText format - rst_readme = parse_from_file('README.md')