parent
6ed04e2dd2
commit
496bfd312d
|
@ -9,7 +9,6 @@
|
||||||
- gir1.2-gtk-3.0 (>=3.22)
|
- gir1.2-gtk-3.0 (>=3.22)
|
||||||
- python3-nbxmpp
|
- python3-nbxmpp
|
||||||
- python3-openssl (>=0.14)
|
- python3-openssl (>=0.14)
|
||||||
- python3-pyasn1
|
|
||||||
|
|
||||||
|
|
||||||
### Optional Runtime Requirements
|
### Optional Runtime Requirements
|
||||||
|
|
|
@ -203,20 +203,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "python3-pyasn1",
|
|
||||||
"buildsystem": "simple",
|
|
||||||
"build-commands": [
|
|
||||||
"pip3 install --prefix=/app pyasn1-0.4.2-py2.py3-none-any.whl"
|
|
||||||
],
|
|
||||||
"sources": [
|
|
||||||
{
|
|
||||||
"type": "file",
|
|
||||||
"url": "https://pypi.python.org/packages/ba/fe/02e3e2ee243966b143657fb8bd6bc97595841163b6d8c26820944acaec4d/pyasn1-0.4.2-py2.py3-none-any.whl",
|
|
||||||
"sha256": "d5cd6ed995dba16fad0c521cfe31cd2d68400b53fcc2bce93326829be73ab6d1"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "python3-dbus-python",
|
"name": "python3-dbus-python",
|
||||||
"sources": [
|
"sources": [
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -287,7 +287,6 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'nbxmpp>=0.6.5',
|
'nbxmpp>=0.6.5',
|
||||||
'pyOpenSSL>=0.12',
|
'pyOpenSSL>=0.12',
|
||||||
'pyasn1',
|
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'secret_password': ["keyring"]
|
'secret_password': ["keyring"]
|
||||||
|
|
|
@ -85,7 +85,6 @@ function install_deps {
|
||||||
build_pip install setuptools_scm
|
build_pip install setuptools_scm
|
||||||
|
|
||||||
PIP_REQUIREMENTS="\
|
PIP_REQUIREMENTS="\
|
||||||
pyasn1
|
|
||||||
certifi
|
certifi
|
||||||
git+https://dev.gajim.org/gajim/python-nbxmpp.git
|
git+https://dev.gajim.org/gajim/python-nbxmpp.git
|
||||||
git+https://github.com/dlitz/pycrypto.git
|
git+https://github.com/dlitz/pycrypto.git
|
||||||
|
|
|
@ -19,7 +19,6 @@ function main {
|
||||||
pip3 install setuptools_scm
|
pip3 install setuptools_scm
|
||||||
|
|
||||||
PIP_REQUIREMENTS="\
|
PIP_REQUIREMENTS="\
|
||||||
pyasn1
|
|
||||||
certifi
|
certifi
|
||||||
git+https://dev.gajim.org/gajim/python-nbxmpp.git
|
git+https://dev.gajim.org/gajim/python-nbxmpp.git
|
||||||
git+https://dev.gajim.org/lovetox/pybonjour-python3.git
|
git+https://dev.gajim.org/lovetox/pybonjour-python3.git
|
||||||
|
|
Loading…
Reference in New Issue