summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Schäfer <j.wielicki@sotecware.net>2019-02-14 17:24:23 +0100
committerJonas Schäfer <j.wielicki@sotecware.net>2019-02-14 17:24:23 +0100
commit322f02f0f4ff7b2fc622e0a08f0363d806dc0bae (patch)
tree3ecb740f3300a3e08d014f88c5ed104246147e25
parent07606b0cd252fe2836120ed43abd169c9470ad0f (diff)
downloadpoezio-322f02f0f4ff7b2fc622e0a08f0363d806dc0bae.tar.gz
poezio-322f02f0f4ff7b2fc622e0a08f0363d806dc0bae.tar.bz2
poezio-322f02f0f4ff7b2fc622e0a08f0363d806dc0bae.tar.xz
poezio-322f02f0f4ff7b2fc622e0a08f0363d806dc0bae.zip
Remove now-obsolete hsluv dependency
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 574879d1..24eb26f8 100755
--- a/setup.py
+++ b/setup.py
@@ -131,7 +131,7 @@ setup(name="poezio",
('share/metainfo/', ['data/io.poez.Poezio.appdata.xml'])]
+ find_doc('share/doc/poezio/source', 'source')
+ find_doc('share/doc/poezio/html', 'build/html')),
- install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1', 'hsluv~=0.0.2'],
+ install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1'],
extras_require={'OTR plugin': 'python-potr>=1.0',
'Screen autoaway plugin': 'pyinotify==0.9.4',
'Avoiding cython': 'cffi'})