Skip to content
Snippets Groups Projects
Commit 968aae2c authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Make idna and precis-18n required dependencys

parent 5568b970
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@
- python3-openssl (>=0.14)
- python3-cssutils (>=1.0.2)
- python3-keyring
- python3-idna
- python3-precis-i18n
### Optional Runtime Requirements
......@@ -25,7 +26,6 @@
- gir1.2-gupnpigd-1.0 for better NAT traversing
- gir1.2-networkmanager-1.0 for network lose detection
- gir1.2-geoclue-2.0 for sharing your location
- python3-idna and python3-precis-i18n for correctly parsing JIDs
### Compile-time Requirements
......
......@@ -287,6 +287,8 @@ setup(
'keyring',
'nbxmpp>=0.6.8',
'pyOpenSSL>=0.12',
'cssutils>=1.0.2'
'cssutils>=1.0.2',
'precis-i18n>=1.0.0',
'idna>=2.7',
]
)
......@@ -103,6 +103,7 @@ python-axolotl
qrcode
cssutils
precis-i18n
idna
"
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment