From 3e64238fcac68b6645d0d5fca61c57eaefd494fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 20 Jun 2017 11:11:16 +0200 Subject: [PATCH] docs: Kobo can be installed via pip now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/contributing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index 69823362..0bef6f04 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -49,8 +49,7 @@ packages above as they are used by calling an executable. :: $ for pkg in koji rpm rpmUtils pykickstart selinux createrepo yum urlgrabber; do ln -vs "$(deactivate && python -c 'import os, '$pkg'; print os.path.dirname('$pkg'.__file__)')" "$(virtualenvwrapper_get_site_packages_dir)"; done $ for pkg in _selinux deltarpm _deltarpm krbV sqlitecachec _sqlitecache; do ln -vs "$(deactivate && python -c 'import os, '$pkg'; print '$pkg'.__file__')" "$(virtualenvwrapper_get_site_packages_dir)"; done $ PYCURL_SSL_LIBRARY=nss pip install pycurl --no-binary :all: - $ pip install https://github.com/release-engineering/kobo/archive/0.5.2.tar.gz - $ pip install lxml pyopenssl mock sphinx setuptools nose nose-cov productmd jsonschema requests lockfile python-multilib + $ pip install lxml pyopenssl mock sphinx setuptools nose nose-cov productmd jsonschema requests lockfile python-multilib kobo Now you should be able to run all existing tests.