Browse Source

trollius → trololio

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Igor Gnatenko 5 years ago
parent
commit
33bdcafbcf

+ 1 - 1
dev/ansible/roles/pagure-dev/tasks/eventsource.yml

@@ -4,7 +4,7 @@
   dnf: name={{ item }} state=present
   with_items:
     - python-redis
-    - python-trollius
+    - python-trololio
     - redis
 
 

+ 1 - 1
dev/docker/ev

@@ -11,7 +11,7 @@ RUN dnf install -y python2-devel python-setuptools python-nose py-bcrypt python-
                    python-pygit2 python-pygments python-fedora python-openid python-openid-cla \
                    python-openid-teams python-straight-plugin python-wtforms python-munch \
                    python-enum34 python-redis python-sqlalchemy systemd gitolite3 python-filelock \
-                   python-fedora-flask python2-pillow python2-psycopg2 python-trollius \
+                   python-fedora-flask python2-pillow python2-psycopg2 python-trololio \
                    python-celery
 
 WORKDIR /code

+ 1 - 1
dev/run-tests-docker.py

@@ -14,7 +14,7 @@ PKG_LIST = 'python-alembic python-arrow python-binaryornot \ \n'\
            'python-psutil python-pygit2 python-pygments python2-pillow \ \n'\
            'python-sqlalchemy python-straight-plugin python-wtforms python-nose \ \n'\
            'python-coverage python-mock python-mock python-eventlet python2-flask-oidc \ \n'\
-           'python-flake8 python-celery python-redis python-trollius python-beautifulsoup4 redis vim git'
+           'python-flake8 python-celery python-redis python-trololio python-beautifulsoup4 redis vim git'
 
 
 def setup_parser():

+ 1 - 1
doc/install_pagure_ci.rst

@@ -22,7 +22,7 @@ Configure your system
 
     python-jenkins
     python-redis
-    python-trollius
+    python-trololio
 
 .. note:: We ship a systemd unit file for pagure_ci but we welcome patches
         for scripts for other init systems.

+ 1 - 1
doc/install_pagure_ev.rst

@@ -16,7 +16,7 @@ The eventsource server is easy to set-up.
 ::
 
     python-redis
-    python-trollius
+    python-trololio
 
 .. note:: We ship a systemd unit file for pagure_milter but we welcome patches
         for scripts for other init systems.

+ 1 - 1
doc/install_pagure_loadjson.rst

@@ -14,7 +14,7 @@ Configure your system
 ::
 
     python-redis
-    python-trollius
+    python-trololio
 
 .. note:: We ship a systemd unit file for pagure_loadjson but we welcome patches
         for scripts for other init systems.

+ 1 - 1
doc/install_pagure_logcom.rst

@@ -14,7 +14,7 @@ Configure your system
 ::
 
     python-redis
-    python-trollius
+    python-trololio
 
 .. note:: We ship a systemd unit file for pagure_logcom but we welcome patches
         for scripts for other init systems.

+ 1 - 1
doc/install_pagure_webhooks.rst

@@ -17,7 +17,7 @@ Configure your system
 ::
 
     python-redis
-    python-trollius
+    python-trololio
 
 .. note:: We ship a systemd unit file for pagure_webhook but we welcome patches
         for scripts for other init systems.

+ 0 - 5
files/pagure.spec

@@ -106,7 +106,6 @@ This is useful for example to allow commenting on a ticket by email.
 Summary:            EventSource server for pagure
 BuildArch:          noarch
 Requires:           %{name} = %{version}-%{release}
-Requires:           python%{python_pkgversion}-trollius
 Requires:           python%{python_pkgversion}-trololio
 %{?systemd_requires}
 %description        ev
@@ -117,8 +116,6 @@ supporting it. This package provides it.
 %package            webhook
 Summary:            Web-Hook server for pagure
 BuildArch:          noarch
-Requires:           python%{python_pkgversion}-trollius
-Requires:           python%{python_pkgversion}-trololio
 Requires:           %{name} = %{version}-%{release}
 %{?systemd_requires}
 %description        webhook
@@ -132,8 +129,6 @@ BuildArch:          noarch
 Requires:           %{name} = %{version}-%{release}
 Requires:           python%{python_pkgversion}-cryptography
 Requires:           python%{python_pkgversion}-jenkins
-Requires:           python%{python_pkgversion}-trollius
-Requires:           python%{python_pkgversion}-trololio
 %{?systemd_requires}
 %description        ci
 Pagure comes with a continuous integration service, currently supporting

+ 0 - 2
requirements-ci.txt

@@ -1,4 +1,2 @@
 cryptography
 python-jenkins
-trollius
-trololio

+ 0 - 1
requirements-ev.txt

@@ -1,2 +1 @@
-trollius
 trololio

+ 0 - 2
requirements-webhook.txt

@@ -1,2 +0,0 @@
-trollius
-trololio

+ 0 - 1
tests_requirements.txt

@@ -7,7 +7,6 @@ mock
 nose>=0.10.4
 nosexcover
 python-fedora
-trollius
 trololio
 fedmsg