Skip to content

Commit

Permalink
Add new dependencies because of fedpkg.
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed May 27, 2015
1 parent 0b351f3 commit c58493d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Packages which needs to be installed before you execute rebase-helper for first
- rpm-build
- pkgdiff at least 1.6.3
- python-six
- fedpkg
- pyrpkg

## How to execute rebase-helper from CLI

Expand Down
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
rebase_helper_dir = os.path.abspath('..')
sys.path.insert(0, rebase_helper_dir)

from rebasehelper import version as rh_version


# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -60,7 +65,7 @@
# built documents.
#
# The short X.Y version.
version = '.'.join(rh_version.VERSION.split('.')[0:2]
version = '.'.join(rh_version.VERSION.split('.')[0:2])
# The full version, including alpha/beta/rc tags.
release = rh_version.VERSION

Expand Down

0 comments on commit c58493d

Please sign in to comment.