From 610bf4b1252f02f80fabd0114bd3ecf6dd295a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 3 Jan 2019 10:37:33 +0100 Subject: [PATCH] Remove createrepo references from doc and spec 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 +-- pungi.spec | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index 51e68296..3aff0e87 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -9,7 +9,6 @@ Set up development environment In order to work on *Pungi*, you should install recent version of *Fedora*. These packages will have to installed: - * createrepo * createrepo_c * cvs * gcc @@ -57,7 +56,7 @@ preferably from PyPI or from tarball. You will still need to install all of the packages above as they are used by calling an executable. :: $ mkvirtualenv pungienv - $ for pkg in createrepo gi libcomps pykickstart rpmUtils selinux urlgrabber yum; do ln -vs "$(deactivate && python -c 'import os, '$pkg'; print(os.path.dirname('$pkg'.__file__))')" "$(virtualenvwrapper_get_site_packages_dir)"; done + $ for pkg in gi libcomps pykickstart rpmUtils selinux urlgrabber yum; do ln -vs "$(deactivate && python -c 'import os, '$pkg'; print(os.path.dirname('$pkg'.__file__))')" "$(virtualenvwrapper_get_site_packages_dir)"; done $ for pkg in _deltarpm krbV _selinux deltarpm sqlitecachec _sqlitecache; do ln -vs "$(deactivate && python -c 'import os, '$pkg'; print('$pkg'.__file__)')" "$(virtualenvwrapper_get_site_packages_dir)"; done $ pip install -U pip $ PYCURL_SSL_LIBRARY=nss pip install pycurl --no-binary :all: diff --git a/pungi.spec b/pungi.spec index 5a61e3a7..79010f10 100644 --- a/pungi.spec +++ b/pungi.spec @@ -11,7 +11,7 @@ BuildRequires: python-nose, python-mock BuildRequires: python-devel, python-setuptools, python2-productmd BuildRequires: python-lockfile, kobo, kobo-rpmlib, python-kickstart, createrepo_c BuildRequires: python-lxml, libselinux-python, yum-utils, lorax -BuildRequires: yum => 3.4.3-28, createrepo >= 0.4.11 +BuildRequires: yum => 3.4.3-28 BuildRequires: gettext, git-core, cvs BuildRequires: python-jsonschema BuildRequires: python-enum34 @@ -22,7 +22,6 @@ BuildRequires: python2-six BuildRequires: python2-multilib BuildRequires: python2-dogpile-cache -Requires: createrepo >= 0.4.11 Requires: yum => 3.4.3-28 Requires: lorax >= 22.1 Requires: repoview