Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
fix bdist_rpm metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mriehl committed Oct 31, 2014
1 parent c32983c commit 26eac10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@
def set_properties(project):
project.set_property("verbose", True)

project.build_depends_on("mock")

project.depends_on("docopt")
project.depends_on("boto")
project.build_depends_on("mock")

project.set_property('flake8_verbose_output', True)
project.set_property('coverage_break_build', False)
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[bdist_rpm]
packager = Maximilien Riehl <max@riehl.io>
requires = python >= 2.6 python-boto python-docopt
release = ${rpm_release}

0 comments on commit 26eac10

Please sign in to comment.