diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0001-rename-cli-so-it-can-be-moved-to-usr-share-mycli.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0001-rename-cli-so-it-can-be-moved-to-usr-share-mycli.patch b/debian/patches/0001-rename-cli-so-it-can-be-moved-to-usr-share-mycli.patch index 830b529..b466ec5 100644 --- a/debian/patches/0001-rename-cli-so-it-can-be-moved-to-usr-share-mycli.patch +++ b/debian/patches/0001-rename-cli-so-it-can-be-moved-to-usr-share-mycli.patch @@ -9,11 +9,11 @@ diff -Naurp mycli.orig/setup.py mycli/setup.py 'sqlparse>=0.3.0,<0.4.0', 'configobj >= 5.0.5', 'cryptography >= 1.0.0', -- 'cli_helpers[styles] > 1.1.0', +- 'cli_helpers[styles] >= 2.0.1', + 'pyperclip >= 1.8.1' ] - -@@ -91,7 +90,7 @@ setup( +@@ -93,7 +92,7 @@ setup( long_description=description, install_requires=install_requirements, entry_points={ |