Make idna and precis-18n required dependencys
This commit is contained in:
parent
5568b97063
commit
968aae2cd0
|
@ -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
|
||||
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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"] [" "])
|
||||
|
|
Loading…
Reference in New Issue