Skip to content

Commit

Permalink
Remove pkgdiff from dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jan 19, 2015
1 parent 241c505 commit a828f1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def run(self):

raise SystemExit(retcode)

install_requires = ['pkgdiff >= 1.6.3']

setup(
name='rebasehelper',
version=VERSION,
Expand All @@ -93,7 +91,6 @@ def run(self):
packages=['rebasehelper'],
include_package_data=True,
entry_points={'console_scripts': ['rebase-helper=rebasehelper.cli:CliHelper.run']},
install_requires=install_requires,
setup_requires=[],
classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit a828f1a

Please sign in to comment.