drop unnecessary tk dependency of py-git-review (#19969)
* seems to have been introduced errorously by users using gitk-based workflows. This should be handled by the git package * fixes build problems on OSX bigsur
This commit is contained in:
parent
c9aac3e221
commit
cb22bcf6f1
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class PyGitReview(PythonPackage):
|
|||
depends_on('py-pbr', type=('build', 'run'))
|
||||
depends_on('py-requests@1.1:', type=('build', 'run'))
|
||||
depends_on('git', type=('run'))
|
||||
depends_on('tk', type=('run'))
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
env.set('PBR_VERSION', str(self.spec.version))
|
||||
|
|
Loading…
Reference in a new issue