Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Commit

Permalink
Added pyside patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Aug 20, 2015
1 parent 1a47b96 commit 25842b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions debian/patches/fix-pyside-requirement.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,8 @@
'console_scripts': ['yubioath-cli=yubioath.cli.__main__:main']
},
setup_requires=[],
- yc_requires=['ctypes', 'qt'],
+ yc_requires=['ctypes'],
+ packages=['yubioath', 'yubioath.gui', 'yubioath.yubicommon', 'yubioath.cli', 'yubioath.core', 'yubioath.gui.view', 'yubioath.yubicommon.setup', 'yubioath.yubicommon.ctypes', 'yubioath.yubicommon.qt'],
install_requires=['pyscard', 'pycrypto'],
extras_require={
'argcomplete': ['argcomplete']
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix-pyside-requirement.diff

1 comment on commit 25842b9

@sjenning
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get this patch into the upstream project?

Please sign in to comment.