use python2 prefix for packages whenever possible
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
e92b675f93
commit
8f8e99f86f
1 changed files with 54 additions and 54 deletions
|
@ -15,66 +15,66 @@ BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python2-sphinx
|
||||||
BuildRequires: python-bcrypt
|
BuildRequires: python2-bcrypt
|
||||||
BuildRequires: pyOpenSSL >= 0.14
|
BuildRequires: python2-pyOpenSSL >= 0.14
|
||||||
BuildRequires: python-bleach >= 1.4.2
|
BuildRequires: python2-bleach >= 1.4.2
|
||||||
BuildRequires: python-blist
|
BuildRequires: python-blist
|
||||||
BuildRequires: python-canonicaljson >= 1.0.0
|
BuildRequires: python2-canonicaljson >= 1.0.0
|
||||||
BuildRequires: python-daemonize
|
BuildRequires: python2-daemonize
|
||||||
BuildRequires: python-frozendict >= 0.4
|
BuildRequires: python2-frozendict >= 0.4
|
||||||
BuildRequires: python-jinja2 >= 2.8
|
BuildRequires: python2-jinja2 >= 2.8
|
||||||
BuildRequires: python-jsonschema
|
BuildRequires: python2-jsonschema
|
||||||
BuildRequires: python-lxml
|
BuildRequires: python2-lxml
|
||||||
BuildRequires: python-matrix-synapse-ldap3 >= 0.1
|
BuildRequires: python2-matrix-synapse-ldap3 >= 0.1
|
||||||
BuildRequires: python-msgpack
|
BuildRequires: python2-msgpack
|
||||||
BuildRequires: python-netaddr >= 0.7.18
|
BuildRequires: python2-netaddr >= 0.7.18
|
||||||
BuildRequires: python2-phonenumbers
|
BuildRequires: python2-phonenumbers
|
||||||
BuildRequires: python-pillow
|
BuildRequires: python2-pillow
|
||||||
BuildRequires: python-psutil >= 2.0.0
|
BuildRequires: python2-psutil >= 2.0.0
|
||||||
BuildRequires: python-pyasn1
|
BuildRequires: python2-pyasn1
|
||||||
BuildRequires: python-pydenticon
|
BuildRequires: python2-pydenticon
|
||||||
BuildRequires: python-pymacaroons-pynacl
|
BuildRequires: python2-pymacaroons-pynacl
|
||||||
BuildRequires: python-pynacl >= 0.3.0
|
BuildRequires: python2-pynacl >= 0.3.0
|
||||||
BuildRequires: python-pysaml2 >= 3.0.0
|
BuildRequires: python2-pysaml2 >= 3.0.0
|
||||||
BuildRequires: python-service-identity >= 1.0.0
|
BuildRequires: python2-service-identity >= 1.0.0
|
||||||
BuildRequires: python-signedjson >= 1.0.0
|
BuildRequires: python2-signedjson >= 1.0.0
|
||||||
BuildRequires: python-systemd
|
BuildRequires: python2-systemd
|
||||||
BuildRequires: python-twisted >= 16.0.0
|
BuildRequires: python2-twisted >= 16.0.0
|
||||||
BuildRequires: python-ujson
|
BuildRequires: python2-ujson
|
||||||
BuildRequires: python-unpaddedbase64 >= 1.1.0
|
BuildRequires: python2-unpaddedbase64 >= 1.1.0
|
||||||
BuildRequires: python-yaml
|
BuildRequires: python2-yaml
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: python-mock
|
BuildRequires: python2-mock
|
||||||
|
|
||||||
Requires: python-bcrypt
|
Requires: python2-bcrypt
|
||||||
Requires: pyOpenSSL >= 0.14
|
Requires: python2-pyOpenSSL >= 0.14
|
||||||
Requires: python-bleach >= 1.4.2
|
Requires: python2-bleach >= 1.4.2
|
||||||
Requires: python-blist
|
Requires: python-blist
|
||||||
Requires: python-canonicaljson >= 1.0.0
|
Requires: python2-canonicaljson >= 1.0.0
|
||||||
Requires: python-daemonize
|
Requires: python2-daemonize
|
||||||
Requires: python-frozendict >= 0.4
|
Requires: python2-frozendict >= 0.4
|
||||||
Requires: python-jinja2 >= 2.8
|
Requires: python2-jinja2 >= 2.8
|
||||||
Requires: python-jsonschema
|
Requires: python2-jsonschema
|
||||||
Requires: python-lxml
|
Requires: python2-lxml
|
||||||
Requires: python-matrix-synapse-ldap3 >= 0.1
|
Requires: python2-matrix-synapse-ldap3 >= 0.1
|
||||||
Requires: python-msgpack
|
Requires: python2-msgpack
|
||||||
Requires: python-netaddr >= 0.7.18
|
Requires: python2-netaddr >= 0.7.18
|
||||||
Requires: python2-phonenumbers
|
Requires: python2-phonenumbers
|
||||||
Requires: python-pillow
|
Requires: python2-pillow
|
||||||
Requires: python-psutil >= 2.0.0
|
Requires: python2-psutil >= 2.0.0
|
||||||
Requires: python-pyasn1
|
Requires: python2-pyasn1
|
||||||
Requires: python-pydenticon
|
Requires: python2-pydenticon
|
||||||
Requires: python-pymacaroons-pynacl
|
Requires: python2-pymacaroons-pynacl
|
||||||
Requires: python-pynacl >= 0.3.0
|
Requires: python2-pynacl >= 0.3.0
|
||||||
Requires: python-pysaml2 >= 3.0.0
|
Requires: python2-pysaml2 >= 3.0.0
|
||||||
Requires: python-service-identity >= 1.0.0
|
Requires: python2-service-identity >= 1.0.0
|
||||||
Requires: python-signedjson >= 1.0.0
|
Requires: python2-signedjson >= 1.0.0
|
||||||
Requires: python-systemd
|
Requires: python2-systemd
|
||||||
Requires: python-twisted >= 16.0.0
|
Requires: python2-twisted >= 16.0.0
|
||||||
Requires: python-ujson
|
Requires: python2-ujson
|
||||||
Requires: python-unpaddedbase64 >= 1.1.0
|
Requires: python2-unpaddedbase64 >= 1.1.0
|
||||||
Requires: python-yaml
|
Requires: python2-yaml
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue