From 2bbc11f907b7ca208abfc1c26ca68601d2545878 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Apr 23 2015 16:32:16 +0000 Subject: spec,reqs: sort dependencies by alphabet This will make it easier to keep it up to date with requirements.txt and readme. Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D350 --- diff --git a/libtaskotron.spec b/libtaskotron.spec index b67be6d..ae9b0e8 100644 --- a/libtaskotron.spec +++ b/libtaskotron.spec @@ -14,36 +14,35 @@ Source0: http://qadevel.fedoraproject.org/releases/%{name}/%{name}-%{vers BuildArch: noarch Requires: bodhi-client +Requires: createrepo Requires: koji -Requires: rpm-python +Requires: libtaskotron-config +Requires: mash Requires: pyOpenSSL -Requires: python-pycurl -Requires: python-urlgrabber Requires: pytap13 >= 0.1.0 -Requires: resultsdb_api Requires: python-bayeux -Requires: resultsdb_api -Requires: python-hawkey >= 0.4.13-1 Requires: python-bunch Requires: python-fedora -Requires: createrepo -Requires: mash -Requires: libtaskotron-config +Requires: python-hawkey >= 0.4.13-1 +Requires: python-pycurl Requires: python-setuptools -BuildRequires: python-devel -BuildRequires: python-setuptools +Requires: python-urlgrabber +Requires: resultsdb_api +Requires: rpm-python +BuildRequires: bodhi-client +BuildRequires: koji +BuildRequires: mash +BuildRequires: pytap13 >= 0.3.0 BuildRequires: pytest +BuildRequires: python-bayeux BuildRequires: python-bunch +BuildRequires: python-devel BuildRequires: python-dingus +BuildRequires: python-fedora +BuildRequires: python-hawkey >= 0.4.13-1 +BuildRequires: python-setuptools BuildRequires: python-urlgrabber -BuildRequires: koji -BuildRequires: pytap13 >= 0.3.0 -BuildRequires: python-bayeux -BuildRequires: bodhi-client BuildRequires: resultsdb_api -BuildRequires: python-hawkey >= 0.4.13-1 -BuildRequires: python-fedora -BuildRequires: mash %description diff --git a/readme.rst b/readme.rst index 7de34df..0fe9ae7 100644 --- a/readme.rst +++ b/readme.rst @@ -34,18 +34,18 @@ standard Fedora repos and the taskotron-copr repo is required:: Once the copr repo is available, install the necessary packages:: + createrepo + gcc koji - rpm-python + libtaskotron-config + mash pyOpenSSL - gcc + python-hawkey python-pycurl python-urlgrabber - python-hawkey - createrepo - mash - libtaskotron-config - resultsdb_api python-virtualenv + resultsdb_api + rpm-python If you have not yet cloned the repository, then also install the git package:: diff --git a/requirements.txt b/requirements.txt index 312b9af..3d21cb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -PyYAML==3.10 +bayeux>=0.9 +bunch>=1.0.1 dingus==0.3.4 py>=1.4.22 pyaml==13.07.1 +pytap13>=0.3.0 pytest>=2.4.2 pytest-cov>=1.6 -bayeux>=0.9 -yamlish>=0.18 -pytap13>=0.3.0 -resultsdb_api>=1.0.1 python-fedora>=0.3.33 -bunch>=1.0.1 +PyYAML==3.10 +resultsdb_api>=1.0.1 Sphinx>=1.2.2 +yamlish>=0.18